mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Change "answer" to "response" in log message
This commit is contained in:
parent
cf9129f6db
commit
39a11bc7b7
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ class Application:
|
|||
status = "%d %s" % (
|
||||
status, client.responses.get(status, "Unknown"))
|
||||
self.logger.info(
|
||||
"%s answer status for %r%s in %.3f seconds: %s",
|
||||
"%s response status for %r%s in %.3f seconds: %s",
|
||||
environ["REQUEST_METHOD"], environ.get("PATH_INFO", ""),
|
||||
depthinfo, (time_end - time_begin).total_seconds(), status)
|
||||
# Return response content
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue