From 6b0a64bf9bf33775054cc2214f83329b83e3ff1c Mon Sep 17 00:00:00 2001 From: Emre Ucan Date: Mon, 21 Sep 2015 16:59:05 +0200 Subject: ilmControl: remove failed to get surface/layer context in ilmControl error message When an ilmControl session gets the controller_listener_surface event after an application created an ivi_surface, it controls the existence of the surface with the get_surface_context internal API. It is expected that the surface does not exist. The same is true also for wayland_controller_get_layer_context API. Therefore, these error messages are redundant and confusing. Signed-off-by: Emre Ucan --- ivi-layermanagement-api/ilmControl/src/ilm_control_wayland_platform.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'ivi-layermanagement-api') diff --git a/ivi-layermanagement-api/ilmControl/src/ilm_control_wayland_platform.c b/ivi-layermanagement-api/ilmControl/src/ilm_control_wayland_platform.c index b0ce440..8910df5 100644 --- a/ivi-layermanagement-api/ilmControl/src/ilm_control_wayland_platform.c +++ b/ivi-layermanagement-api/ilmControl/src/ilm_control_wayland_platform.c @@ -125,7 +125,6 @@ wayland_controller_get_layer_context(struct wayland_context *ctx, } } - fprintf(stderr, "failed to get layer context in ilmControl\n"); return NULL; } @@ -1407,7 +1406,6 @@ get_surface_context(struct wayland_context *ctx, } } - fprintf(stderr, "failed to get surface context in ilmControl\n"); return NULL; } -- cgit v1.2.1