ivi-shell: Add missing '\n' in weston_log function usage

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael
2015-10-01 10:51:29 -04:00
committed by Bryce Harrington
parent 64635ee699
commit c083af9907
+1 -1
View File
@@ -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;
}