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