BIND 10 master, updated. 6784b5dbb0e599f370fb5965acf7038ab214b107 [master] change DATASRC_QUERY_NO_ZONE from INFO to DEBUG
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Mar 21 14:56:28 UTC 2012
The branch, master has been updated
via 6784b5dbb0e599f370fb5965acf7038ab214b107 (commit)
from 766e74511e7c99d3d224e15b5f8a8afb5d154ea5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6784b5dbb0e599f370fb5965acf7038ab214b107
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Wed Mar 21 09:54:39 2012 -0500
[master] change DATASRC_QUERY_NO_ZONE from INFO to DEBUG
using debug level of 40 for now.
This is for ticket #1102.
Also clarify the log description.
No changelog entry.
Discussed some on jabber.
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/data_source.cc | 3 ++-
src/lib/datasrc/datasrc_messages.mes | 6 ++++--
2 files changed, 6 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/data_source.cc b/src/lib/datasrc/data_source.cc
index 94dec89..a713b82 100644
--- a/src/lib/datasrc/data_source.cc
+++ b/src/lib/datasrc/data_source.cc
@@ -384,7 +384,8 @@ doQueryTask(QueryTask& task, ZoneInfo& zoneinfo, RRsetList& target) {
const Name* const zonename = zoneinfo.getEnclosingZone();
if (ds == NULL) {
task.flags |= DataSrc::NO_SUCH_ZONE;
- logger.info(DATASRC_QUERY_NO_ZONE).arg(task.qname).arg(task.qclass);
+ LOG_DEBUG(logger, DBG_TRACE_BASIC, DATASRC_QUERY_NO_ZONE).
+ arg(task.qname).arg(task.qclass);
return (DataSrc::SUCCESS);
}
diff --git a/src/lib/datasrc/datasrc_messages.mes b/src/lib/datasrc/datasrc_messages.mes
index f4ff213..f1baee9 100644
--- a/src/lib/datasrc/datasrc_messages.mes
+++ b/src/lib/datasrc/datasrc_messages.mes
@@ -569,8 +569,10 @@ An attempt to add a NSEC3 record into the message failed, because the zone does
not have any DS record. This indicates problem with the provided data.
% DATASRC_QUERY_NO_ZONE no zone containing '%1' in class '%2'
-Lookup of domain failed because the data have no zone that contain the
-domain. Maybe someone sent a query to the wrong server for some reason.
+Debug information. Lookup of domain failed because the datasource
+has no zone that contains the domain. Maybe someone sent a query
+to the wrong server for some reason. This may also happen when
+looking in the datasource for addresses for NS records.
% DATASRC_QUERY_PROCESS processing query '%1/%2' in the '%3' class
Debug information. A sure query is being processed now.
More information about the bind10-changes
mailing list