You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.4 KiB
31 lines
1.4 KiB
6 years ago
|
diff -up bind-9.9.4rc2/lib/dns/resolver.c.rh645544 bind-9.9.4rc2/lib/dns/resolver.c
|
||
|
--- bind-9.9.4rc2/lib/dns/resolver.c.rh645544 2013-08-19 10:30:52.000000000 +0200
|
||
|
+++ bind-9.9.4rc2/lib/dns/resolver.c 2013-09-06 17:58:03.864165823 +0200
|
||
|
@@ -1138,7 +1138,7 @@ log_edns(fetchctx_t *fctx) {
|
||
|
*/
|
||
|
dns_name_format(&fctx->domain, domainbuf, sizeof(domainbuf));
|
||
|
isc_log_write(dns_lctx, DNS_LOGCATEGORY_EDNS_DISABLED,
|
||
|
- DNS_LOGMODULE_RESOLVER, ISC_LOG_INFO,
|
||
|
+ DNS_LOGMODULE_RESOLVER, ISC_LOG_DEBUG(1),
|
||
|
"success resolving '%s' (in '%s'?) after %s",
|
||
|
fctx->info, domainbuf, fctx->reason);
|
||
|
|
||
|
@@ -3804,7 +3804,7 @@ log_lame(fetchctx_t *fctx, dns_adbaddrin
|
||
|
dns_name_format(&fctx->domain, domainbuf, sizeof(domainbuf));
|
||
|
isc_sockaddr_format(&addrinfo->sockaddr, addrbuf, sizeof(addrbuf));
|
||
|
isc_log_write(dns_lctx, DNS_LOGCATEGORY_LAME_SERVERS,
|
||
|
- DNS_LOGMODULE_RESOLVER, ISC_LOG_INFO,
|
||
|
+ DNS_LOGMODULE_RESOLVER, ISC_LOG_DEBUG(1),
|
||
|
"lame server resolving '%s' (in '%s'?): %s",
|
||
|
namebuf, domainbuf, addrbuf);
|
||
|
}
|
||
|
@@ -3831,7 +3831,7 @@ log_formerr(fetchctx_t *fctx, const char
|
||
|
}
|
||
|
|
||
|
isc_log_write(dns_lctx, DNS_LOGCATEGORY_RESOLVER,
|
||
|
- DNS_LOGMODULE_RESOLVER, ISC_LOG_NOTICE,
|
||
|
+ DNS_LOGMODULE_RESOLVER, ISC_LOG_DEBUG(1),
|
||
|
"DNS format error from %s resolving %s%s%s: %s",
|
||
|
nsbuf, fctx->info, clmsg, clbuf, msgbuf);
|
||
|
}
|