mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Log collection path without leading and trailing /
This commit is contained in:
parent
aac472960f
commit
d72455fff6
1 changed files with 2 additions and 3 deletions
|
@ -461,9 +461,8 @@ class Application:
|
|||
try:
|
||||
self.Collection.create_collection(principal_path)
|
||||
except ValueError as e:
|
||||
self.logger.warning(
|
||||
"Failed to create principal collection %r: %s",
|
||||
principal_path, e)
|
||||
self.logger.warning("Failed to create principal "
|
||||
"collection %r: %s", user, e)
|
||||
is_authenticated = False
|
||||
else:
|
||||
self.logger.warning("Access to principal path %r denied by "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue