Browse Source

align log text

Peter Bieringer 2 years ago
parent
commit
922de6ce14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      radicale/auth/htpasswd.py

+ 1 - 1
radicale/auth/htpasswd.py

@@ -68,7 +68,7 @@ class Auth(auth.BaseAuth):
         self._encoding = configuration.get("encoding", "stock")
         encryption: str = configuration.get("auth", "htpasswd_encryption")
 
-        logger.info("auth password encryption: %s", encryption)
+        logger.info("auth htpasswd encryption is 'radicale.auth.htpasswd_encryption.%s'", encryption)
 
         if encryption == "plain":
             self._verify = self._plain