BIND 10 master, updated. b18409a1d6515152d107cd965e25ef58835f9f22 [trac1100] Typo in log identifier.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jul 7 21:30:44 UTC 2011
The branch, master has been updated
via b18409a1d6515152d107cd965e25ef58835f9f22 (commit)
from 616537c54eb13b434294342e1a0df06375134ec0 (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 b18409a1d6515152d107cd965e25ef58835f9f22
Author: Shane Kerr <shane at isc.org>
Date: Thu Jul 7 23:29:56 2011 +0200
[trac1100] Typo in log identifier.
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrin/xfrin.py.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in
index 64e3563..d1fbbfe 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -152,7 +152,7 @@ class XfrinConnection(asyncore.dispatcher):
self.connect(self._master_address)
return True
except socket.error as e:
- logger.error(CONNECT_MASTER, self._master_address, str(e))
+ logger.error(XFRIN_CONNECT_MASTER, self._master_address, str(e))
return False
def _create_query(self, query_type):
More information about the bind10-changes
mailing list