From 4322dafcdee56b777cc03689e586d796d2776a54 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 15 Dec 2011 17:52:45 +0100 Subject: [PATCH] shorter debug message --- 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 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 -- 2.47.0