From 4c87170494cbdd680cb4b128dd60fcdaac995609 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Fri, 1 Jan 2010 17:29:11 +0100 Subject: [PATCH] =?utf8?q?We=20don=E2=80=99t=20have=20DLOG=20yet=20in=20ma?= =?utf8?q?ster=20branch=20(Thanks=20ccount)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- src/floating.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/floating.c b/src/floating.c index 07bc3310..9302b020 100644 --- a/src/floating.c +++ b/src/floating.c @@ -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; } -- 2.39.5