BIND 10 #1100: Incorrect constant for logging message in xfrin
BIND 10 Development
do-not-reply at isc.org
Thu Jul 7 21:04:52 UTC 2011
#1100: Incorrect constant for logging message in xfrin
--------------------------------------+----------------------------------
Reporter: shane | Owner:
Type: defect | Status: new
Priority: major | Milestone: New Tasks
Component: xfrin | Resolution:
Keywords: | Sensitive: 0
Defect Severity: Low | Sub-Project: DNS
Feature Depending on Ticket: | Estimated Difficulty: 0.0
Add Hours to Ticket: 0 | Total Hours: 0
Internal?: 0 |
--------------------------------------+----------------------------------
Comment (by shane):
The following fixes this:
{{{
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):
}}}
--
Ticket URL: <http://bind10.isc.org/ticket/1100#comment:1>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development
More information about the bind10-tickets
mailing list