aboutsummaryrefslogtreecommitdiffstats
path: root/g10/mainproc.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/mainproc.c')
-rw-r--r--g10/mainproc.c4
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 {