[svn] commit: r2047 - /trunk/src/bin/xfrout/xfrout.py.in

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Jun 2 09:57:26 UTC 2010


Author: zhanglikun
Date: Wed Jun  2 09:57:26 2010
New Revision: 2047

Log:
Fix the code error in log message print(function log_msg is used without definition), trivial fix, so skip review.

Modified:
    trunk/src/bin/xfrout/xfrout.py.in

Modified: trunk/src/bin/xfrout/xfrout.py.in
==============================================================================
--- trunk/src/bin/xfrout/xfrout.py.in (original)
+++ trunk/src/bin/xfrout/xfrout.py.in Wed Jun  2 09:57:26 2010
@@ -391,7 +391,7 @@
     def command_handler(self, cmd, args):
         if cmd == "shutdown":
             if verbose_mode:
-                log_msg("Received shutdown command")
+                print("[b10-xfrout] Received shutdown command")
             self.shutdown()
             answer = create_answer(0)
         else: 




More information about the bind10-changes mailing list