]> git.sur5r.net Git - i3/i3/blobdiff - i3-input/main.c
Added missing newlines in log statements.
[i3/i3] / i3-input / main.c
index 5a6a740e1e6b789cc22f6c21d3fa89f2be8a27db..6736aad3a97052e3d671029275b9510c28935860 100644 (file)
@@ -344,7 +344,7 @@ static xcb_rectangle_t get_window_position(void) {
         goto free_resources;
     }
 
-    DLOG("Determined coordinates of window with input focus at x = %i / y = %i", coordinates->dst_x, coordinates->dst_y);
+    DLOG("Determined coordinates of window with input focus at x = %i / y = %i.\n", coordinates->dst_x, coordinates->dst_y);
     result.x += coordinates->dst_x;
     result.y += coordinates->dst_y;