1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

fix config section info

This commit is contained in:
Peter Bieringer 2024-08-28 07:48:45 +02:00
parent 336972316e
commit 39662fc680
4 changed files with 5 additions and 5 deletions

View file

@ -76,7 +76,7 @@ class ApplicationBase:
logger.debug("Response content:\n%s",
xmlutils.pretty_xml(xml_content))
else:
logger.debug("Response content: suppressed by config/option [auth] response_content_on_debug")
logger.debug("Response content: suppressed by config/option [logging] response_content_on_debug")
f = io.BytesIO()
ET.ElementTree(xml_content).write(f, encoding=self._encoding,
xml_declaration=True)