From 66602522741b200b7d99b4bfea3c3e224661a8c7 Mon Sep 17 00:00:00 2001 From: "Ucan, Emre (ADITG/SW1)" Date: Tue, 17 Jan 2017 12:35:20 +0000 Subject: [PATCH] ivi-shell: fix typo in layer_destroy API Signed-off-by: Emre Ucan Reviewed-by: Pekka Paalanen --- ivi-shell/ivi-layout.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ivi-shell/ivi-layout.c b/ivi-shell/ivi-layout.c index bbf1bcba1..f52671717 100644 --- a/ivi-shell/ivi-layout.c +++ b/ivi-shell/ivi-layout.c @@ -1356,7 +1356,7 @@ ivi_layout_layer_destroy(struct ivi_layout_layer *ivilayer) 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; }