]> git.sur5r.net Git - i3/i3/blobdiff - src/floating.c
Merge pull request #1805 from lasers/next
[i3/i3] / src / floating.c
index a2843535e3d5c2396231c13caf5f349db0bedbbf..a82e2525c2a1e31927f428b56a304838c1b7e6e8 100644 (file)
@@ -441,7 +441,7 @@ void floating_move_to_pointer(Con *con) {
 
     Output *output = get_output_containing(reply->root_x, reply->root_y);
     if (output == NULL) {
-        ELOG("The pointer is not on any output, cannot move the container here.");
+        ELOG("The pointer is not on any output, cannot move the container here.\n");
         return;
     }
 
@@ -663,7 +663,7 @@ static void xcb_drag_check_cb(EV_P_ ev_check *w, int revents) {
                 break;
 
             case XCB_KEY_PRESS:
-                DLOG("A key was pressed during drag, reverting changes.");
+                DLOG("A key was pressed during drag, reverting changes.\n");
                 dragloop->result = DRAG_REVERT;
                 handle_event(type, event);
                 break;