summaryrefslogtreecommitdiff
path: root/ivi-layermanagement-api
diff options
context:
space:
mode:
authorEmre Ucan <eucan@de.adit-jv.com>2015-09-21 16:59:05 +0200
committerNobuhiko Tanibata <nobuhiko_tanibata@xddp.denso.co.jp>2015-09-22 13:15:40 +0900
commit6b0a64bf9bf33775054cc2214f83329b83e3ff1c (patch)
treed2a6552c06e960c010d93b999effd647a35893ac /ivi-layermanagement-api
parentd8bcf5ceb6555c7179d31fb537a3ae0b1b178e7c (diff)
downloadwayland-ivi-extension-6b0a64bf9bf33775054cc2214f83329b83e3ff1c.tar.gz
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 <eucan@de.adit-jv.com>
Diffstat (limited to 'ivi-layermanagement-api')
-rw-r--r--ivi-layermanagement-api/ilmControl/src/ilm_control_wayland_platform.c2
1 files changed, 0 insertions, 2 deletions
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;
}