We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75de4f3 commit cab027dCopy full SHA for cab027d
lib/keystore.cc
@@ -59,7 +59,7 @@ static rpmRC load_keys_from_glob(rpmtxn txn, rpmKeyring keyring, string glob)
59
rpmPubkey key = rpmPubkeyRead(*f);
60
61
if (!key) {
62
- rpmlog(RPMLOG_ERR, _("%s: reading of public key failed.\n"), *f);
+ rpmlog(RPMLOG_WARNING, _("Could not read key %s\n"), *f);
63
continue;
64
}
65
0 commit comments