mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-03 10:08:11 +02:00
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:
parent
445e44cfb2
commit
3f607d3e1c
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue