tweak log
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 4 Apr 2011 08:35:50 +0000 (10:35 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Mon, 4 Apr 2011 08:35:50 +0000 (10:35 +0200)
sfa/server/modpythonapi/BaseApi.py

index 95538ad..26d9c49 100755 (executable)
@@ -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
-
-
-