Merge branch 'master' of ssh://git.onelab.eu/git/sfa
[sfa.git] / 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