BIND 10 trac3160, updated. 59f4f6de6c33e35963613bc6526df320791918de [3160] Log text representation of the IOEndpoint (contd.)

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Sep 13 05:19:40 UTC 2013


The branch, trac3160 has been updated
       via  59f4f6de6c33e35963613bc6526df320791918de (commit)
      from  13232d6dc5d5f4dd6ec79d8a268098bacc90d675 (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 59f4f6de6c33e35963613bc6526df320791918de
Author: Mukund Sivaraman <muks at isc.org>
Date:   Fri Sep 13 10:49:31 2013 +0530

    [3160] Log text representation of the IOEndpoint (contd.)

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

Summary of changes:
 src/bin/auth/auth_srv.cc |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/auth_srv.cc b/src/bin/auth/auth_srv.cc
index 15b0ae8..5786588 100644
--- a/src/bin/auth/auth_srv.cc
+++ b/src/bin/auth/auth_srv.cc
@@ -773,14 +773,16 @@ AuthSrvImpl::processNotify(const IOMessage& io_message, Message& message,
     }
     if (!is_auth) {
         LOG_DEBUG(auth_logger, DBG_AUTH_DETAIL, AUTH_RECEIVED_NOTIFY_NOTAUTH)
-            .arg(question->getName()).arg(question->getClass()).arg(remote_ep);
+            .arg(question->getName()).arg(question->getClass())
+            .arg(remote_ep.toText());
         makeErrorMessage(renderer_, message, buffer, Rcode::NOTAUTH(),
                          stats_attrs, tsig_context);
         return (true);
     }
 
     LOG_DEBUG(auth_logger, DBG_AUTH_DETAIL, AUTH_RECEIVED_NOTIFY)
-        .arg(question->getName()).arg(question->getClass()).arg(remote_ep);
+        .arg(question->getName()).arg(question->getClass())
+        .arg(remote_ep.toText());
 
     // xfrin_session_ should have been set and never be replaced except in
     // tests; otherwise it's an internal bug.  assert() may be too strong,



More information about the bind10-changes mailing list