mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
quote error message
This commit is contained in:
parent
41ab96e142
commit
95a8899002
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ class Auth(auth.BaseAuth):
|
|||
try:
|
||||
(method, password_ok) = self._verify(digest, password)
|
||||
except ValueError as e:
|
||||
logger.warning("Login verification failed for user: '%s' (method '%s') %s", login, self._encryption, e)
|
||||
logger.warning("Login verification failed for user: '%s' (method '%s') '%s'", login, self._encryption, e)
|
||||
return ""
|
||||
logger.debug("Login verification successful for user: '%s' (method '%s')", login, method)
|
||||
if password_ok:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue