Browse Source

Fix logging

Guillaume Ayoub 12 years ago
parent
commit
05dbd71eca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      radicale/log.py

+ 1 - 1
radicale/log.py

@@ -56,4 +56,4 @@ def start():
             LOGGER.setLevel(logging.DEBUG)
             LOGGER.debug(
                 "Logging configuration file '%s' not found, using stdout.",
-                extra=filename)
+                filename)