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>
dev
Chris Michael 9 years ago committed by Derek Foreman
parent 445e44cfb2
commit 3f607d3e1c
  1. 2
      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;
}

Loading…
Cancel
Save