[PATCH] weston-input: Reformat weston_log line to add missing space between words

Chris Michael cp.michael at samsung.com
Wed Oct 7 08:59:49 PDT 2015


Signed-off-by: Chris Michael <cp.michael at samsung.com>
---
 src/input.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/input.c b/src/input.c
index e230c83..2e5cd04 100644
--- a/src/input.c
+++ b/src/input.c
@@ -1571,7 +1571,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", touch->num_tp);
 			return;
 		}
-- 
2.6.0



More information about the wayland-devel mailing list