From c083af99073a7cff98a27b16cae47ad1347b33c0 Mon Sep 17 00:00:00 2001 From: Chris Michael Date: Thu, 1 Oct 2015 10:51:29 -0400 Subject: [PATCH] ivi-shell: Add missing '\n' in weston_log function usage Signed-off-by: Chris Michael --- ivi-shell/hmi-controller.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivi-shell/hmi-controller.c b/ivi-shell/hmi-controller.c index c3881647..5cc76d38 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; }