From: Michael Stapelberg Date: Fri, 3 Aug 2012 21:58:02 +0000 (+0200) Subject: add missing \n in debug message X-Git-Tag: 4.3~147 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=1b3435807a97df8329ab394189d2f8690bed1b00;p=i3%2Fi3 add missing \n in debug message --- diff --git a/src/tree.c b/src/tree.c index 3ed392ac..bbcad7a4 100644 --- a/src/tree.c +++ b/src/tree.c @@ -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");