aboutsummaryrefslogtreecommitdiffstats
path: root/g10/sig-check.c
diff options
context:
space:
mode:
Diffstat (limited to 'g10/sig-check.c')
-rw-r--r--g10/sig-check.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/sig-check.c b/g10/sig-check.c
index 49cc72c32..660919241 100644
--- a/g10/sig-check.c
+++ b/g10/sig-check.c
@@ -546,7 +546,7 @@ check_key_signature2( KBNODE root, KBNODE node, int *is_selfsig,
md_close(md);
}
else {
- log_error("no subkey for subkey revocation packet\n");
+ log_info ("no subkey for subkey revocation packet\n");
rc = G10ERR_SIG_CLASS;
}
}
@@ -569,7 +569,7 @@ check_key_signature2( KBNODE root, KBNODE node, int *is_selfsig,
md_close(md);
}
else {
- log_error("no subkey for key signature packet\n");
+ log_info ("no subkey for key signature packet\n");
rc = G10ERR_SIG_CLASS;
}
}
@@ -602,7 +602,7 @@ check_key_signature2( KBNODE root, KBNODE node, int *is_selfsig,
md_close(md);
}
else {
- log_error("no user ID for key signature packet of class %02x\n",
+ log_info ("no user ID for key signature packet of class %02x\n",
sig->sig_class );
rc = G10ERR_SIG_CLASS;
}