X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=manifold%2Fmanifoldapi.py;h=c9d3b0b137ae7ad5e0619dbddd5cb5fee70770b1;hb=6f7396c98fb300a7f4309ba42a6cfc7581a3a77d;hp=c1615c3e4e3dba751a73d11ec5ec2758f2956f32;hpb=7002ccffe21d8f40bc0ad363c775dc9cdac7635b;p=myslice.git diff --git a/manifold/manifoldapi.py b/manifold/manifoldapi.py index c1615c3e..c9d3b0b1 100644 --- a/manifold/manifoldapi.py +++ b/manifold/manifoldapi.py @@ -44,7 +44,8 @@ class ManifoldAPI: pass else: if debug: - print '===> backend call',methodName, self.auth, self.url,'->', + print '===> backend call', methodName, args, kwds + print '.... ctd', 'Authmethod=',self.auth['AuthMethod'], self.url,'->', if not result: print "[no/empty result]" elif isinstance (result,str): print "result is '%s'"%result elif isinstance (result,list): print "result is a %d-elts list"%len(result)