added request for metadata calls to be able to handle errors in messages
[myslice.git] / manifold / manifoldapi.py
index 1ffcace..46229f1 100644 (file)
@@ -70,6 +70,8 @@ class ManifoldAPI:
                 }
                 args += (annotations,)
                 result=getattr(self.server, methodName)(*args, **kwds)
+                print "%s%r" %(methodName, args)
+                
                 if debug:
                     print '<= result=',
                     self._print_result(result)