X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=wgtpkg-install.c;fp=wgtpkg-install.c;h=7a88ebf4d9a2ce53436542fce7d152f1dc46f93a;hb=e3c4a363ea7b03a909f9b92c6657ea9129ee53f3;hp=7781c6267f7cf5a1b0d262cfef74554084787e9c;hpb=38fbd847bcb58b9067ffe4bd56035ba4ccbf993b;p=src%2Fapp-framework-main.git diff --git a/wgtpkg-install.c b/wgtpkg-install.c index 7781c62..7a88ebf 100644 --- a/wgtpkg-install.c +++ b/wgtpkg-install.c @@ -29,7 +29,7 @@ /* install the widget of the file */ static void install(const char *wgtfile) { -printf("\n\nINSTALLING widget %s\n", wgtfile); + notice("-- INSTALLING widget %s", wgtfile); if (enter_workdir(1)) goto error; @@ -56,6 +56,8 @@ int main(int ac, char **av) xmlsec_init(); + ac = verbose_scan_args(ac, av); + /* canonic names for files */ for (i = 1 ; av[i] != NULL ; i++) if ((av[i] = realpath(av[i], NULL)) == NULL) {