X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=engine%2Fmanifoldapi.py;h=ebb6b4a94a5ae62bc906cff6d2664cf1df343af6;hb=9b09d9222d0311b5212eff97f2b3d7fab134a657;hp=c8c3e666b0fd9fc193a20866fcf63e3c91e031df;hpb=2f3fd198a6972d3c425ffc6f38c9d473a268ce40;p=myslice.git diff --git a/engine/manifoldapi.py b/engine/manifoldapi.py index c8c3e666..ebb6b4a9 100644 --- a/engine/manifoldapi.py +++ b/engine/manifoldapi.py @@ -25,7 +25,7 @@ class ManifoldAPI: def __getattr__(self, methodName): def func(*args, **kwds): result=getattr(self.proxy, methodName)(self.auth, *args, **kwds) - if debug: print methodName, self.auth, self.url,'->',result + if debug: print '===> backend call',methodName, self.auth, self.url,'->',result return result return func