mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
Improve log message for discovery of unsafe paths
This commit is contained in:
parent
67669bd690
commit
73a73bb0a5
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ class Collection(BaseCollection):
|
||||||
filesystem_path = path_to_filesystem(folder, sane_path)
|
filesystem_path = path_to_filesystem(folder, sane_path)
|
||||||
except ValueError as e:
|
except ValueError as e:
|
||||||
# Path is unsafe
|
# Path is unsafe
|
||||||
cls.logger.debug("Collection with unsafe path %r requested: %s",
|
cls.logger.debug("Unsafe path %r requested from storage: %s",
|
||||||
sane_path, e, exc_info=True)
|
sane_path, e, exc_info=True)
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue