BIND 10 master, updated. 7d85a63f7bd3ef5926b92dd8f7d9c1588cf6e286 [master] fix debug call for error responses in auth

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jul 15 09:13:09 UTC 2011


The branch, master has been updated
       via  7d85a63f7bd3ef5926b92dd8f7d9c1588cf6e286 (commit)
      from  a365c21da34b70f50459137ae242767cc336f191 (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 7d85a63f7bd3ef5926b92dd8f7d9c1588cf6e286
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Jul 15 11:12:46 2011 +0200

    [master] fix debug call for error responses in auth

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

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

-----------------------------------------------------------------------
diff --git a/src/bin/auth/auth_srv.cc b/src/bin/auth/auth_srv.cc
index f29fd05..f96e642 100644
--- a/src/bin/auth/auth_srv.cc
+++ b/src/bin/auth/auth_srv.cc
@@ -290,7 +290,7 @@ makeErrorMessage(MessagePtr message, OutputBufferPtr buffer,
         message->toWire(renderer);
     }
     LOG_DEBUG(auth_logger, DBG_AUTH_MESSAGES, AUTH_SEND_ERROR_RESPONSE)
-              .arg(message->toText());
+              .arg(renderer.getLength()).arg(*message);
 }
 }
 




More information about the bind10-changes mailing list