Browse Source

Change "answer" to "response" in log message

Unrud 8 năm trước cách đây
mục cha
commit
39a11bc7b7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      radicale/__init__.py

+ 1 - 1
radicale/__init__.py

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