BIND 10 trac1029, updated. ebc5206327363f747822e7344037d9c2b76b8cd9 [trac1029] Add query type to the debug message

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jun 30 10:35:26 UTC 2011


The branch, trac1029 has been updated
       via  ebc5206327363f747822e7344037d9c2b76b8cd9 (commit)
      from  ae4e7f10136bd182db6d4801ace410e72574abf2 (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 ebc5206327363f747822e7344037d9c2b76b8cd9
Author: Stephen Morris <stephen at isc.org>
Date:   Thu Jun 30 11:35:07 2011 +0100

    [trac1029] Add query type to the debug message

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/data_source.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/data_source.cc b/src/lib/datasrc/data_source.cc
index 4e1fcde..b57a967 100644
--- a/src/lib/datasrc/data_source.cc
+++ b/src/lib/datasrc/data_source.cc
@@ -945,7 +945,7 @@ tryWildcard(Query& q, QueryTaskPtr task, ZoneInfo& zoneinfo, bool& found) {
 void
 DataSrc::doQuery(Query& q) {
     LOG_DEBUG(logger, DBG_TRACE_BASIC, DATASRC_QUERY_PROCESS).arg(q.qname()).
-        arg(q.qclass());
+        arg(q.qtype()).arg(q.qclass());
     Message& m = q.message();
     vector<RRsetPtr> additional;
 




More information about the bind10-changes mailing list