BIND 10 master, updated. 0081ce40b832f4c5abaeb0316736d772aec3f08d [master] fix output for CC_ESTABLISH socket file
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Aug 11 13:35:16 UTC 2011
The branch, master has been updated
via 0081ce40b832f4c5abaeb0316736d772aec3f08d (commit)
from f03688da19c21b4d46761cc4ed9da981cebe43c1 (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 0081ce40b832f4c5abaeb0316736d772aec3f08d
Author: Jeremy C. Reed <jreed at ISC.org>
Date: Thu Aug 11 08:34:37 2011 -0500
[master] fix output for CC_ESTABLISH socket file
discussed via jabber
-----------------------------------------------------------------------
Summary of changes:
src/lib/cc/session.cc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/cc/session.cc b/src/lib/cc/session.cc
index 97d5cf1..e0e24cf 100644
--- a/src/lib/cc/session.cc
+++ b/src/lib/cc/session.cc
@@ -119,7 +119,7 @@ private:
void
SessionImpl::establish(const char& socket_file) {
try {
- LOG_DEBUG(logger, DBG_TRACE_BASIC, CC_ESTABLISH).arg(socket_file);
+ LOG_DEBUG(logger, DBG_TRACE_BASIC, CC_ESTABLISH).arg(&socket_file);
socket_.connect(asio::local::stream_protocol::endpoint(&socket_file),
error_);
LOG_DEBUG(logger, DBG_TRACE_BASIC, CC_ESTABLISHED);
More information about the bind10-changes
mailing list