[PATCH 1/4] ivi-shell: Add missing '\n' in weston_log function usage

Chris Michael cp.michael at samsung.com
Thu Oct 1 07:51:29 PDT 2015


Signed-off-by: Chris Michael <cp.michael at samsung.com>
---
 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 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



More information about the wayland-devel mailing list