Browse Source

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

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@947 e5f2f494-b856-4b98-b285-d166d9295462
Jelte Jansen 15 years ago
parent
commit
fa51470da3
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bin/cmdctl/b10-cmdctl.py.in

+ 1 - 0
src/bin/cmdctl/b10-cmdctl.py.in

@@ -241,6 +241,7 @@ class CommandControl():
                     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))