[svn] GnuPG - r5485 - trunk/tools
svn author marcus
cvs at cvs.gnupg.org
Wed Nov 17 17:32:12 CET 2010
Author: marcus
Date: 2010-11-17 17:32:11 +0100 (Wed, 17 Nov 2010)
New Revision: 5485
Modified:
trunk/tools/ChangeLog
trunk/tools/gpgconf.c
Log:
2010-11-17 Marcus Brinkmann <mb at g10code.com>
* gogconf.c: Revert accidental debug output commit.
Modified: trunk/tools/ChangeLog
===================================================================
--- trunk/tools/ChangeLog 2010-11-17 13:21:24 UTC (rev 5484)
+++ trunk/tools/ChangeLog 2010-11-17 16:32:11 UTC (rev 5485)
@@ -1,3 +1,7 @@
+2010-11-17 Marcus Brinkmann <mb at g10code.com>
+
+ * gogconf.c: Revert accidental debug output commit.
+
2010-10-27 Werner Koch <wk at g10code.com>
* symcryptrun.c (confucius_mktmpdir): Use TMPDIR.
Modified: trunk/tools/gpgconf.c
===================================================================
--- trunk/tools/gpgconf.c 2010-11-17 13:21:24 UTC (rev 5484)
+++ trunk/tools/gpgconf.c 2010-11-17 16:32:11 UTC (rev 5485)
@@ -189,9 +189,6 @@
if (log_get_errorcount (0))
exit (2);
-
- fprintf (stderr, "My error: %d (%s)\n", GPG_ERR_ENOENT,
- gpg_strerror (GPG_ERR_ENOENT));
fname = argc ? *argv : NULL;
More information about the Gnupg-commits
mailing list