aboutsummaryrefslogtreecommitdiffstats
path: root/agent/gpg-agent.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2004-12-02 07:48:09 +0000
committerWerner Koch <[email protected]>2004-12-02 07:48:09 +0000
commit4a73d94757f61e4aa2d1841535409622c2c473e3 (patch)
tree3848fcc2f05e79f26e776f6e4dfa133aeff8d04e /agent/gpg-agent.c
parent2004-11-30 Timo Schulz <[email protected]> (diff)
downloadgnupg-4a73d94757f61e4aa2d1841535409622c2c473e3.tar.gz
gnupg-4a73d94757f61e4aa2d1841535409622c2c473e3.zip
First take on a W32 port
Diffstat (limited to 'agent/gpg-agent.c')
-rw-r--r--agent/gpg-agent.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index d3d628766..92af49b7a 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -244,12 +244,12 @@ my_gcry_logger (void *dummy, int level, const char *fmt, va_list arg_ptr)
}
-/* Setup the debugging. With a LEVEL of NULL only the active debug
- flags are propagated to the subsystems. With LEVEL set, a specific
- set of debug flags is set; thus overriding all flags already
- set. Note that we don't fail here, because it is important to keep
- gpg-agent running even after re-reading the options due to a
- SIGHUP. */
+/* Setup the debugging. With the global variable DEBUG_LEVEL set to NULL
+ only the active debug flags are propagated to the subsystems. With
+ DEBUG_LEVEL set, a specific set of debug flags is set; thus overriding
+ all flags already set. Note that we don't fail here, because it is
+ important to keep gpg-agent running even after re-reading the
+ options due to a SIGHUP. */
static void
set_debug (void)
{