From: Thierry Parmentelat Date: Mon, 4 Apr 2011 08:35:50 +0000 (+0200) Subject: tweak log X-Git-Tag: sfa-1.0-21-ckp1~74^2~33 X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=commitdiff_plain;h=bb53aabb31684eb5385d6fc3d85c467bce6a0120 tweak log --- diff --git a/sfa/server/modpythonapi/BaseApi.py b/sfa/server/modpythonapi/BaseApi.py index 95538ad3..26d9c496 100755 --- a/sfa/server/modpythonapi/BaseApi.py +++ b/sfa/server/modpythonapi/BaseApi.py @@ -165,7 +165,7 @@ class BaseApi: else: raise e - self.logger.debug("OP:" + str(method) + " from " + str(source)) + self.logger.debug("BaseApi.handle OP:" + str(method) + " from " + str(source)) try: result = self.call(source, method, *args) @@ -198,6 +198,3 @@ class BaseApi: def noop(self, value): return value - - -