From 0cd845813e4a0bf7ad67df27a7ef7369d554392c Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 16 Dec 2011 16:07:30 +0100 Subject: [PATCH] cosmetic --- sfa/plc/plshell.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0