[svn] commit: r2683 - /branches/trac289/src/bin/zonemgr/zonemgr.py.in

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Aug 10 14:02:14 UTC 2010


Author: chenzhengzhang
Date: Tue Aug 10 14:02:13 2010
New Revision: 2683

Log:
fix a typo error

Modified:
    branches/trac289/src/bin/zonemgr/zonemgr.py.in

Modified: branches/trac289/src/bin/zonemgr/zonemgr.py.in
==============================================================================
--- branches/trac289/src/bin/zonemgr/zonemgr.py.in (original)
+++ branches/trac289/src/bin/zonemgr/zonemgr.py.in Tue Aug 10 14:02:13 2010
@@ -260,7 +260,7 @@
         try:
             self._cc.group_sendmsg(msg, module_name)
         except socket.error:
-            std.err.write("[b10-zonemgr] Failed to send to module %s, the session has been closed." % module_name) 
+            sys.err.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