cosmetic
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 16 Dec 2011 15:07:30 +0000 (16:07 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 16 Dec 2011 15:07:30 +0000 (16:07 +0100)
sfa/plc/plshell.py

index d40e0b2..d2cd9cd 100644 (file)
@@ -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