From: Thierry Parmentelat Date: Fri, 16 Dec 2011 15:07:30 +0000 (+0100) Subject: cosmetic X-Git-Tag: sfa-2.0-7~19 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0cd845813e4a0bf7ad67df27a7ef7369d554392c;p=sfa.git cosmetic --- diff --git a/sfa/plc/plshell.py b/sfa/plc/plshell.py index d40e0b25..d2cd9cd3 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 ... '%(name,actual_name)) + logger.debug('PlShell %s (%s) returned ... '%(name,actual_name)) return result return func