Without the space it would end up printing ‘downbut’.
---
 src/input.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/input.c b/src/input.c
index 1313b52..0c3e480 100644
--- a/src/input.c
+++ b/src/input.c
@@ -1115,7 +1115,7 @@ notify_touch(struct weston_seat *seat, uint32_t time, int 
touch_id,
                        /* Unexpected condition: We have non-initial touch but
                         * there is no focused surface.
                         */
-                       weston_log("touch event received with %d points down"
+                       weston_log("touch event received with %d points down "
                                   "but no surface focused\n", seat->num_tp);
                        return;
                }
-- 
1.8.3.1

_______________________________________________
wayland-devel mailing list
wayland-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to