diff options
Diffstat (limited to '')
-rw-r--r-- | g10/call-agent.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/call-agent.c b/g10/call-agent.c index 31943d7df..cfd4c086a 100644 --- a/g10/call-agent.c +++ b/g10/call-agent.c @@ -2371,7 +2371,7 @@ agent_probe_any_secret_key (ctrl_t ctrl, kbnode_t keyblock) } if (err) { - if (opt.quiet) + if (!opt.quiet) log_info ("problem with fast path key listing: %s - ignored\n", gpg_strerror (err)); err = 0; |