1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

fix logger-warn-leftovers

This commit is contained in:
Peter Bieringer 2024-07-25 15:48:24 +02:00
parent 897a679c1c
commit c046c6ae34
3 changed files with 4 additions and 4 deletions

View file

@ -175,7 +175,7 @@ def run() -> None:
default_config_active = False
if default_config_active:
logger.warn("%s", "No config file found/readable - only default config is active")
logger.warning("%s", "No config file found/readable - only default config is active")
if args_ns.verify_storage:
logger.info("Verifying storage")