mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Fix stupid bug in logs
This commit is contained in:
parent
c0c652b3f8
commit
f09b070e40
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue