ivi-shell: Add missing '\n' in weston_log function usage
Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
committed by
Bryce Harrington
parent
64635ee699
commit
c083af9907
@@ -1780,7 +1780,7 @@ controller_module_init(struct weston_compositor *ec,
|
|||||||
struct wl_event_loop *loop = NULL;
|
struct wl_event_loop *loop = NULL;
|
||||||
|
|
||||||
if (interface_version < sizeof(struct ivi_controller_interface)) {
|
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;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user