aboutsummaryrefslogtreecommitdiffstats
path: root/agent
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--agent/ChangeLog4
-rw-r--r--agent/gpg-agent.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog
index 7516cddb8..484a5ffd7 100644
--- a/agent/ChangeLog
+++ b/agent/ChangeLog
@@ -1,3 +1,7 @@
+2004-03-17 Werner Koch <[email protected]>
+
+ * gpg-agent.c (main) <gpgconf>: Fixed default value quoting.
+
2004-03-16 Werner Koch <[email protected]>
* gpg-agent.c (parse_rereadable_options): Use the new
diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c
index 12bdb85ea..2051d9080 100644
--- a/agent/gpg-agent.c
+++ b/agent/gpg-agent.c
@@ -612,7 +612,7 @@ main (int argc, char **argv )
printf ("verbose:%lu:\n"
"quiet:%lu:\n"
- "debug-level:%lu:\"none\":\n"
+ "debug-level:%lu:\"none:\n"
"log-file:%lu:\n",
GC_OPT_FLAG_NONE|GC_OPT_FLAG_RUNTIME,
GC_OPT_FLAG_NONE|GC_OPT_FLAG_RUNTIME,