From 690914e49f86d6b7af029f93621bfbdfe00d182e Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sat, 13 Dec 2025 08:00:06 +0100 Subject: [PATCH] add unit --- radicale/auth/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/auth/__init__.py b/radicale/auth/__init__.py index 7eadb18a..9114a9f0 100644 --- a/radicale/auth/__init__.py +++ b/radicale/auth/__init__.py @@ -142,7 +142,7 @@ class BaseAuth: if self._lc_username is True and self._uc_username is True: raise RuntimeError("auth.lc_username and auth.uc_username cannot be enabled together") self._auth_delay = configuration.get("auth", "delay") - logger.info("auth.delay: %f", self._auth_delay) + logger.info("auth.delay: %f seconds", self._auth_delay) self._failed_auth_delay = 0 self._lock = threading.Lock() # cache_successful_logins