From: Thierry Parmentelat Date: Thu, 15 Dec 2011 16:52:45 +0000 (+0100) Subject: shorter debug message X-Git-Tag: sfa-2.0-6~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=4322dafcdee56b777cc03689e586d796d2776a54;p=sfa.git shorter debug message --- diff --git a/sfa/plc/plshell.py b/sfa/plc/plshell.py index eea33c0d..d40e0b25 100644 --- a/sfa/plc/plshell.py +++ b/sfa/plc/plshell.py @@ -81,6 +81,6 @@ class PlShell: if not actual_name: raise Exception, "Illegal method call %s for PL driver"%(name) result=getattr(self.proxy, actual_name)(self.plauth, *args, **kwds) - logger.debug('%s (%s) returned ... %s'%(name,actual_name,result)) + logger.debug('%s (%s) returned ... '%(name,actual_name)) return result return func