1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Preparing for an RC23

This commit is contained in:
Werner Koch 2006-03-09 12:45:02 +00:00
parent 0317ae66f3
commit cf10c31a3f
6 changed files with 29 additions and 18 deletions

View file

@ -814,8 +814,8 @@ do_check_sig( CTX c, KBNODE node, int *is_selfsig,
return check_key_signature( c->list, node, is_selfsig );
}
else if( sig->sig_class == 0x20 ) {
log_info(_("standalone revocation - "
"use \"gpg --import\" to apply\n"));
log_error (_("standalone revocation - "
"use \"gpg --import\" to apply\n"));
return G10ERR_NOT_PROCESSED;
}
else {