review logging again; code that runs in client and/or server now logs in the right...
[sfa.git] / sfa / server / modpython / SfaRegistryModPython.py
index 276005e..0c46084 100755 (executable)
@@ -53,5 +53,5 @@ def handler(req):
 
     except Exception, err:
         # Log error in /var/log/httpd/(ssl_)?error_log
-        sfa_logger.log_exc('%r'%err)
+        sfa_logger().log_exc('%r'%err)
         return apache.HTTP_INTERNAL_SERVER_ERROR