We don’t have DLOG yet in master branch (Thanks ccount)
This commit is contained in:
parent
9dce081837
commit
4c87170494
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue