From 1b3435807a97df8329ab394189d2f8690bed1b00 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 3 Aug 2012 23:58:02 +0200 Subject: [PATCH] add missing \n in debug message --- src/tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");