ivi-shell: fix typo in layer_destroy API
Signed-off-by: Emre Ucan <eucan@de.adit-jv.com>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
diff --git a/ivi-shell/ivi-layout.c b/ivi-shell/ivi-layout.c
index bbf1bcb..f526717 100644
--- a/ivi-shell/ivi-layout.c
+++ b/ivi-shell/ivi-layout.c
@@ -1356,7 +1356,7 @@
struct ivi_layout_view *ivi_view, *next;
if (ivilayer == NULL) {
- weston_log("ivi_layout_layer_remove: invalid argument\n");
+ weston_log("ivi_layout_layer_destroy: invalid argument\n");
return;
}