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

Derek Foreman derekf at osg.samsung.com
Wed Oct 7 09:33:24 PDT 2015


On 07/10/15 10:59 AM, Chris Michael wrote:
> Signed-off-by: Chris Michael <cp.michael at samsung.com>

Reviewed-by: Derek Foreman <derekf at osg.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;
>  		}
> 



More information about the wayland-devel mailing list