[PATCH weston] ivi-shell: fix typo in layer_destroy API
Ucan, Emre (ADITG/SW1)
eucan at de.adit-jv.com
Tue Jan 17 12:35:20 UTC 2017
Signed-off-by: Emre Ucan <eucan at de.adit-jv.com>
---
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 cc01de3..6870ea5 100644
--- a/ivi-shell/ivi-layout.c
+++ b/ivi-shell/ivi-layout.c
@@ -1363,7 +1363,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;
}
--
1.7.9.5
More information about the wayland-devel
mailing list