mirror of
https://github.com/labwc/labwc.git
synced 2026-02-16 22:05:27 -05:00
Remove some line terminators from log messages
This commit is contained in:
parent
ec271dcd57
commit
7b1af3036c
4 changed files with 7 additions and 7 deletions
|
|
@ -54,7 +54,7 @@ view_impl_map(struct view *view)
|
|||
*/
|
||||
desktop_update_top_layer_visiblity(view->server);
|
||||
|
||||
wlr_log(WLR_DEBUG, "[map] identifier=%s, title=%s\n",
|
||||
wlr_log(WLR_DEBUG, "[map] identifier=%s, title=%s",
|
||||
view_get_string_prop(view, "app_id"),
|
||||
view_get_string_prop(view, "title"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue