diff options
| author | Werner Koch <[email protected]> | 2024-05-16 07:46:36 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2024-05-16 07:46:36 +0000 |
| commit | 287e717b55d2045b486a4986e39777d3871e6377 (patch) | |
| tree | f528422007c3675acc31bab380b9d0c4a7d74b16 /g10/call-agent.c | |
| parent | gpg: Terminate key listing on output write error. (diff) | |
| parent | card: Fix compiler warning. (diff) | |
| download | gnupg-287e717b55d2045b486a4986e39777d3871e6377.tar.gz gnupg-287e717b55d2045b486a4986e39777d3871e6377.zip | |
Merge branch 'STABLE-BRANCH-2-4' into master
--
Fixed conflicts in:
NEWS
g10/call-agent.c
g10/options.h
kbx/kbxutil.c
tools/gpgconf.c
Diffstat (limited to 'g10/call-agent.c')
| -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; |
