diff options
author | Werner Koch <[email protected]> | 2006-03-09 12:45:02 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-03-09 12:45:02 +0000 |
commit | cf10c31a3f0476206dce2797b8a770ada5cd97ed (patch) | |
tree | 00063d2f6b960eb16f71b4fef93854041ddd2aa6 /g10/mainproc.c | |
parent | * gpg.sgml: Document "notation". (diff) | |
download | gnupg-cf10c31a3f0476206dce2797b8a770ada5cd97ed.tar.gz gnupg-cf10c31a3f0476206dce2797b8a770ada5cd97ed.zip |
Preparing for an RC23
Diffstat (limited to '')
-rw-r--r-- | g10/mainproc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/g10/mainproc.c b/g10/mainproc.c index 336ad948d..dbe64c96e 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -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 { |