X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=engine%2Fmanifoldapi.py;h=40b95c1dddce80caddc403b90c7de70b5cf8cf34;hb=d48845006f4fdd65c7f03782a45a785936edf8e3;hp=21a9ec9c9b91eaec81755fe54ad8d67d8cf7187b;hpb=97ec7c3d0976a4bf3425d756aa65f89071601c72;p=unfold.git diff --git a/engine/manifoldapi.py b/engine/manifoldapi.py index 21a9ec9c..40b95c1d 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