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

Signed-off-by: Chris Michael <cp.michael@samsung.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
This commit is contained in:
Chris Michael 2015-10-07 11:59:49 -04:00 committed by Derek Foreman
parent 445e44cfb2
commit 3f607d3e1c

View File

@ -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;
}