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

Signed-off-by: Chris Michael <cp.michael@samsung.com>
dev
Chris Michael 9 years ago committed by Bryce Harrington
parent 64635ee699
commit c083af9907
  1. 2
      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;
}

Loading…
Cancel
Save