X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fafm-run.c;h=089aa778194aafc5fcd0d0a23c4cb10321495898;hb=793e30e4b03efbb48bd79c0c5ee67ee167a9d86b;hp=55b2daf56edda7c00ffee6c9a93fdceb01abbeed;hpb=3a6e947bef1b2942e24d2fdee1a76dbf3305b508;p=src%2Fapp-framework-main.git diff --git a/src/afm-run.c b/src/afm-run.c index 55b2daf..089aa77 100644 --- a/src/afm-run.c +++ b/src/afm-run.c @@ -468,6 +468,7 @@ static int fill_launch_desc(struct json_object *appli, || !j_read_string_at(pub, "name", &desc->name) || !j_read_integer_at(pub, "width", &desc->width) || !j_read_integer_at(pub, "height", &desc->height)) { + ERROR("bad internal description of the application to launch: %s", json_object_get_string(appli)); errno = EINVAL; return -1; }