[svn] commit: r3027 - /trunk/src/bin/zonemgr/zonemgr.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Sep 27 03:18:50 UTC 2010
Author: chenzhengzhang
Date: Mon Sep 27 03:18:50 2010
New Revision: 3027
Log:
fix a minor typo bug, so skip review.
Modified:
trunk/src/bin/zonemgr/zonemgr.py.in
Modified: trunk/src/bin/zonemgr/zonemgr.py.in
==============================================================================
--- trunk/src/bin/zonemgr/zonemgr.py.in (original)
+++ trunk/src/bin/zonemgr/zonemgr.py.in Mon Sep 27 03:18:50 2010
@@ -261,7 +261,7 @@
try:
self._cc.group_sendmsg(msg, module_name)
except socket.error:
- sys.err.write("[b10-zonemgr] Failed to send to module %s, the session has been closed." % module_name)
+ sys.stderr.write("[b10-zonemgr] Failed to send to module %s, the session has been closed." % module_name)
def _find_need_do_refresh_zone(self):
"""Find the first zone need do refresh, if no zone need
More information about the bind10-changes
mailing list