From 17e461cd828eea7013a41a727be90fbf030871d0 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Wed, 15 Apr 2026 21:41:14 +0200 Subject: [PATCH] put: extend log line --- radicale/app/put.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radicale/app/put.py b/radicale/app/put.py index 8fba45aa..5f916fe0 100644 --- a/radicale/app/put.py +++ b/radicale/app/put.py @@ -209,7 +209,7 @@ class ApplicationPartPut(ApplicationBase): vobject_items = radicale_item.read_components(content or "") except Exception as e: logger.warning( - "Bad PUT request on %r (read_components): %s", path, e, exc_info=True) + "Bad PUT request on %r (read_components using vobject): %s", path, e, exc_info=True) if self._log_bad_put_request_content: logger.warning("Bad PUT request content of %r:\n%s", path, utils.textwrap_str(content)) if logger.isEnabledFor(logging.DEBUG):