]> git.sur5r.net Git - i3/i3/commitdiff
i3bar: add missing \n to debug messages
authorMichael Stapelberg <michael@stapelberg.de>
Wed, 2 Jan 2013 10:38:03 +0000 (11:38 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Wed, 2 Jan 2013 10:38:03 +0000 (11:38 +0100)
i3bar/src/xcb.c

index 3a8d8b9c3add9197b9088c640802bead9cc91ba8..593e57a5de871c31297f0a473c3b8824cfe87709 100644 (file)
@@ -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,