add missing \n in debug message

This commit is contained in:
Michael Stapelberg 2012-08-03 23:58:02 +02:00
parent dbd248fe1f
commit 1b3435807a
1 changed files with 1 additions and 1 deletions

View File

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