put: extend log line

This commit is contained in:
Peter Bieringer
2026-04-15 21:41:14 +02:00
parent 7d20cf4537
commit 17e461cd82

View File

@@ -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):