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>
This commit is contained in:
Ucan, Emre (ADITG/SW1) 2017-01-17 12:35:20 +00:00 committed by Pekka Paalanen
parent cb3f1b0105
commit 6660252274
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}