From: Michael Stapelberg Date: Sun, 14 Feb 2010 12:22:32 +0000 (+0100) Subject: s/DLOG/LOG (Thanks ccount) X-Git-Tag: 3.e~18 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=f20a446423615610eae0937a0353872699ec0521;p=i3%2Fi3 s/DLOG/LOG (Thanks ccount) --- diff --git a/src/floating.c b/src/floating.c index bd1a31b8..dd6c86e7 100644 --- a/src/floating.c +++ b/src/floating.c @@ -437,7 +437,7 @@ void floating_move(xcb_connection_t *conn, Client *currently_focused, direction_ (int32_t)(destination.x + 5) >= (int32_t)(screen->x + screen->width) || (int32_t)(destination.y + destination.height - 5) <= (int32_t)screen->y || (int32_t)(destination.y + 5) >= (int32_t)(screen->y + screen->height)) { - DLOG("boundary check failed, not moving\n"); + LOG("boundary check failed, not moving\n"); return; }