We don’t have DLOG yet in master branch (Thanks ccount)

next
Michael Stapelberg 2010-01-01 17:29:11 +01:00
parent 9dce081837
commit 4c87170494
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ void toggle_floating_mode(xcb_connection_t *conn, Client *client, bool automatic
i3Font *font = load_font(conn, config.font);
if (client->dock) {
DLOG("Not putting dock client into floating mode\n");
LOG("Not putting dock client into floating mode\n");
return;
}