diff options
-rw-r--r-- | lib/rpmchecksig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmchecksig.c b/lib/rpmchecksig.c index a35750a4e..a81f55855 100644 --- a/lib/rpmchecksig.c +++ b/lib/rpmchecksig.c @@ -688,7 +688,7 @@ int rpmVerifySignatures(QVA_t qva, rpmts ts, FD_t fd, (_print_pkts & rpmIsDebug())); if (sigp->version != 3 && sigp->version != 4) { - rpmlog(RPMLOG_NOTICE, + rpmlog(RPMLOG_ERR, _("skipping package %s with unverifiable V%u signature\n"), fn, sigp->version); res++; |