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:
parent
336972316e
commit
39662fc680
4 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue