From: Michael Stapelberg Date: Wed, 2 Jan 2013 10:38:03 +0000 (+0100) Subject: i3bar: add missing \n to debug messages X-Git-Tag: 4.5~62 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=20430765188bca46cc123853f6f9851d463e1f2f;p=i3%2Fi3 i3bar: add missing \n to debug messages --- diff --git a/i3bar/src/xcb.c b/i3bar/src/xcb.c index 3a8d8b9c..593e57a5 100644 --- a/i3bar/src/xcb.c +++ b/i3bar/src/xcb.c @@ -1398,7 +1398,7 @@ void reconfig_windows(void) { values[3] = font.height + 6; values[4] = XCB_STACK_MODE_ABOVE; - DLOG("Destroying buffer for output %s", walk->name); + DLOG("Destroying buffer for output %s\n", walk->name); xcb_free_pixmap(xcb_connection, walk->buffer); DLOG("Reconfiguring Window for output %s to %d,%d\n", walk->name, values[0], values[1]); @@ -1407,7 +1407,7 @@ void reconfig_windows(void) { mask, values); - DLOG("Recreating buffer for output %s", walk->name); + DLOG("Recreating buffer for output %s\n", walk->name); xcb_void_cookie_t pm_cookie = xcb_create_pixmap_checked(xcb_connection, root_screen->root_depth, walk->buffer,