diff options
Diffstat (limited to '')
-rw-r--r-- | g10/sig-check.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/sig-check.c b/g10/sig-check.c index 47ee6a293..107cac5bb 100644 --- a/g10/sig-check.c +++ b/g10/sig-check.c @@ -574,9 +574,9 @@ check_key_signature2( KBNODE root, KBNODE node, PKT_public_key *check_pk, md_close(md); } else { - if (!opt.quiet) - log_info ("key %08lX: no subkey for subkey " - "binding signature\n",(ulong)keyid_from_pk(pk,NULL)); + if (opt.verbose) + log_info ("key %08lX: no subkey for subkey binding packet\n", + (ulong)keyid_from_pk (pk, NULL)); rc = G10ERR_SIG_CLASS; } } |