Added missing newlines in log statements.

This commit is contained in:
Ingo Bürk
2015-06-30 20:48:35 +02:00
parent 8df7e4ecb9
commit 94a09b3cac
12 changed files with 22 additions and 22 deletions

View File

@ -751,7 +751,7 @@ static void handle_client_message(xcb_client_message_event_t *event) {
DLOG("Marking con = %p urgent\n", con);
con_set_urgency(con, true);
} else
DLOG("Ignoring request for con = %p", con);
DLOG("Ignoring request for con = %p.\n", con);
}
tree_render();