]> git.sur5r.net Git - i3/i3/commitdiff
add missing \n in debug message
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 3 Aug 2012 21:58:02 +0000 (23:58 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Sat, 4 Aug 2012 01:12:06 +0000 (03:12 +0200)
src/tree.c

index 3ed392ac125b9462699638978e5df83afa85ce4b..bbcad7a458e18400a95c709c0ae7968b00404ac1 100644 (file)
@@ -296,7 +296,7 @@ bool tree_close(Con *con, kill_window_t kill_window, bool dont_kill_parent, bool
             }
         }
         else {
-            DLOG("not focusing because we're not killing anybody");
+            DLOG("not focusing because we're not killing anybody\n");
         }
     } else {
         DLOG("not focusing, was not mapped\n");