[Pkg-gnupg-commit] [gnupg2] 100/116: dirmngr: Print debug message only with --debug.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Tue Jan 24 04:40:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg2.

commit 9ae0b81e4ff08712da642456d0164f81924a91e4
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Jan 23 11:39:10 2017 +0100

    dirmngr: Print debug message only with --debug.
    
    * dirmngr/dns-stuff.c (libdns_init): Call log_debug only if opt_debug
    is set.
    --
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 dirmngr/dns-stuff.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dirmngr/dns-stuff.c b/dirmngr/dns-stuff.c
index eae888b..adeb392 100644
--- a/dirmngr/dns-stuff.c
+++ b/dirmngr/dns-stuff.c
@@ -483,7 +483,8 @@ libdns_init (void)
            * DNS then Files, which is not classic; FreeBSD
            * /usr/src/lib/libc/net/gethostnamadr.c defines default_src[] which
            * is Files then DNS, which is. */
-          log_debug ("dns: fallback resolution order, files then DNS");
+          if (opt_debug)
+            log_debug ("dns: fallback resolution order, files then DNS\n");
           ld.resolv_conf->lookup[0] = 'f';
           ld.resolv_conf->lookup[1] = 'b';
           ld.resolv_conf->lookup[2] = '\0';

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list