[PATCH 1/4] ivi-shell: Add missing '\n' in weston_log function usage
Bryce Harrington
bryce at osg.samsung.com
Thu Oct 1 10:06:08 PDT 2015
On Thu, Oct 01, 2015 at 10:51:29AM -0400, Chris Michael wrote:
> Signed-off-by: Chris Michael <cp.michael at samsung.com>
> ---
> ivi-shell/hmi-controller.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Pretty straightforward, I pushed the set:
remote: Updating patchwork state for http://patchwork.freedesktop.org/project/wayland/list/
remote: I: patch #60856 updated using rev c083af99073a7cff98a27b16cae47ad1347b33c0
remote: I: patch #60855 updated using rev 5169a57013111ccb344ee861a7db0f1a0f297c11
remote: I: patch #60857 updated using rev c262b4a94f5abd2a3fb1f47990ce7485ce26fb15
remote: I: patch #60858 updated using rev 7e17fec68d8056c13d8ed557c338438deaf5b53d
remote: I: 4 patch(es) updated to state Accepted.
To ssh://git.freedesktop.org/git/wayland/weston
64635ee..7e17fec master -> master
Thanks,
Bryce
> diff --git a/ivi-shell/hmi-controller.c b/ivi-shell/hmi-controller.c
> index c388164..5cc76d3 100644
> --- a/ivi-shell/hmi-controller.c
> +++ b/ivi-shell/hmi-controller.c
> @@ -1780,7 +1780,7 @@ controller_module_init(struct weston_compositor *ec,
> struct wl_event_loop *loop = NULL;
>
> if (interface_version < sizeof(struct ivi_controller_interface)) {
> - weston_log("ivi-shell: version mismatch of controller interface");
> + weston_log("ivi-shell: version mismatch of controller interface\n");
> return -1;
> }
>
> --
> 2.5.3
>
> _______________________________________________
> wayland-devel mailing list
> wayland-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list