aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-03-03 09:02:58 +0000
committerWerner Koch <[email protected]>2009-03-03 09:02:58 +0000
commitc20b3db108b090b7b34f48a6085a6824fc4db715 (patch)
treecbedc554619505de2750785252791c51a563bce2 /agent/gpg-agent.c
parentAdd missing option strings. (diff)
downloadgnupg-c20b3db108b090b7b34f48a6085a6824fc4db715.tar.gz
gnupg-c20b3db108b090b7b34f48a6085a6824fc4db715.zip
Add --reload command to gpgconf.
Fix a problem in exechelp.c Get ready for a release.
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r--agent/gpg-agent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 0ab30550c..6cb08409e 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -2022,7 +2022,7 @@ check_own_socket_thread (void *arg)
log_error ("socket is now serviced by another server\n");
rc = 1;
}
- else if (opt.verbose)
+ else if (opt.verbose > 1)
log_error ("socket is still served by this server\n");
xfree (buffer);