From f09b070e40ae1f0fd8223074e62881dd8825bc33 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Tue, 27 Aug 2013 15:19:15 +0200 Subject: [PATCH] Fix stupid bug in logs --- radicale/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/log.py b/radicale/log.py index f128d1cd..7a49a4e2 100644 --- a/radicale/log.py +++ b/radicale/log.py @@ -55,5 +55,5 @@ def start(): if debug: LOGGER.setLevel(logging.DEBUG) LOGGER.debug( - "Logging configuration file '%s' not found, using stdout.", + "Logging configuration file '%s' not found, using stdout." % filename)