mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-09 12:54:23 +01:00
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@gnupg.org>
This commit is contained in:
parent
88ade475c5
commit
9ae0b81e4f
@ -483,7 +483,8 @@ libdns_init (void)
|
|||||||
* DNS then Files, which is not classic; FreeBSD
|
* DNS then Files, which is not classic; FreeBSD
|
||||||
* /usr/src/lib/libc/net/gethostnamadr.c defines default_src[] which
|
* /usr/src/lib/libc/net/gethostnamadr.c defines default_src[] which
|
||||||
* is Files then DNS, which is. */
|
* 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[0] = 'f';
|
||||||
ld.resolv_conf->lookup[1] = 'b';
|
ld.resolv_conf->lookup[1] = 'b';
|
||||||
ld.resolv_conf->lookup[2] = '\0';
|
ld.resolv_conf->lookup[2] = '\0';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user