[svn] commit: r947 - /trunk/src/bin/cmdctl/b10-cmdctl.py.in

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Feb 24 09:32:35 UTC 2010


Author: jelte
Date: Wed Feb 24 09:32:35 2010
New Revision: 947

Log:
print the unexpected answer (we need a verbosity flag for modules too btw)

Modified:
    trunk/src/bin/cmdctl/b10-cmdctl.py.in

Modified: trunk/src/bin/cmdctl/b10-cmdctl.py.in
==============================================================================
--- trunk/src/bin/cmdctl/b10-cmdctl.py.in (original)
+++ trunk/src/bin/cmdctl/b10-cmdctl.py.in Wed Feb 24 09:32:35 2010
@@ -241,6 +241,7 @@
                     return {}
             else:
                 print("Error: unexpected answer from %s" % module_name)
+                print(answer)
         except Exception as e:
             print(e)
             print('b10-cmdctl fail send command \'%s\' to %s' % (command_name, module_name))




More information about the bind10-changes mailing list