Remove some line terminators from log messages

This commit is contained in:
Consolatis 2024-11-16 01:12:43 +01:00 committed by Johan Malm
parent ec271dcd57
commit 7b1af3036c
4 changed files with 7 additions and 7 deletions

View file

@ -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"));
}