[PATCH 1/2] Fix a typo in a log message

Neil Roberts neil at linux.intel.com
Tue Sep 24 07:53:05 PDT 2013


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



More information about the wayland-devel mailing list