From 73a73bb0a543bda2bca266726feea75dfe7592be Mon Sep 17 00:00:00 2001 From: Unrud Date: Fri, 16 Jun 2017 23:11:43 +0200 Subject: [PATCH] Improve log message for discovery of unsafe paths --- radicale/storage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/storage.py b/radicale/storage.py index 6310483..123154e 100644 --- a/radicale/storage.py +++ b/radicale/storage.py @@ -647,7 +647,7 @@ class Collection(BaseCollection): filesystem_path = path_to_filesystem(folder, sane_path) except ValueError as e: # 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) return