]> git.sur5r.net Git - i3/i3/commitdiff
s/DLOG/LOG (Thanks ccount)
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 14 Feb 2010 12:22:32 +0000 (13:22 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 14 Feb 2010 12:22:32 +0000 (13:22 +0100)
src/floating.c

index bd1a31b88a7a1c0e72747860f8c73993933db2a8..dd6c86e760f367b32cb04e002b26d374ab1ac448 100644 (file)
@@ -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;
         }