diff options
| author | Adam Tkac <atkac@redhat.com> | 2010-11-08 14:54:49 +0100 |
|---|---|---|
| committer | Adam Tkac <atkac@redhat.com> | 2010-11-08 14:54:49 +0100 |
| commit | 516bc441f88a3971390d8b704340b10fa03e094d (patch) | |
| tree | e4a92911c497b8216193d7d813ccd78cffeb99ad /bind97-rh645544.patch | |
| parent | 7a16468dc548f86e490b06307a2cbbc33a3ab7ac (diff) | |
| download | bind-516bc441f88a3971390d8b704340b10fa03e094d.tar.gz bind-516bc441f88a3971390d8b704340b10fa03e094d.tar.xz bind-516bc441f88a3971390d8b704340b10fa03e094d.zip | |
Don't emit various informational messages by default (#645544).
Signed-off-by: Adam Tkac <atkac@redhat.com>
Diffstat (limited to 'bind97-rh645544.patch')
| -rw-r--r-- | bind97-rh645544.patch | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/bind97-rh645544.patch b/bind97-rh645544.patch new file mode 100644 index 0000000..8b9c4e3 --- /dev/null +++ b/bind97-rh645544.patch @@ -0,0 +1,30 @@ +diff -up bind-9.7.2-P2/lib/dns/resolver.c.rh645544 bind-9.7.2-P2/lib/dns/resolver.c +--- bind-9.7.2-P2/lib/dns/resolver.c.rh645544 2010-11-08 14:32:12.254896255 +0100 ++++ bind-9.7.2-P2/lib/dns/resolver.c 2010-11-08 14:33:18.674869633 +0100 +@@ -1097,7 +1097,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); + +@@ -3795,7 +3795,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); + } +@@ -3822,7 +3822,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); + } |
