From: José Bollo Date: Thu, 3 Dec 2015 12:26:27 +0000 (+0100) Subject: put some messages to debug X-Git-Tag: 2.0.2~165 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=bb2829870c5e2eab23b32a6f1baaf5e4ebf82f0c;p=src%2Fapp-framework-main.git put some messages to debug Change-Id: I9466dfe74113af5aa41d2c6320d25282f39bdf16 --- diff --git a/wgtpkg-digsig.c b/wgtpkg-digsig.c index 273c902..6acfd6b 100644 --- a/wgtpkg-digsig.c +++ b/wgtpkg-digsig.c @@ -271,7 +271,7 @@ int verify_digsig(struct filedesc *fdesc) int res; assert ((fdesc->flags & flag_signature) != 0); - notice("-- checking file %s",fdesc->name); + debug("-- checking file %s",fdesc->name); /* reset the flags */ file_clear_flags();