add explicit hint on how to enable xmlrpc protocol debugging
authorMichael Gebetsroither <michael@mgeb.org>
Thu, 23 Dec 2010 10:23:58 +0000 (11:23 +0100)
committerMichael Gebetsroither <michael@mgeb.org>
Thu, 23 Dec 2010 10:23:58 +0000 (11:23 +0100)
grml-paste

index cbd368e..2235f82 100755 (executable)
@@ -32,7 +32,7 @@ class Action(object):
         self.opts_ = opts
 
     def _createProxy(self):
-        return xmlrpclib.ServerProxy(self.opts_.server)
+        return xmlrpclib.ServerProxy(self.opts_.server, verbose=False)
 
     def _callProxy(self, functor, server=None):
         '''Wrapper for xml-rpc calls to server which throws an