mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
Typo fix in a logging message
This commit is contained in:
parent
c0c8ab6bc7
commit
44b11db1ae
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ class Application(object):
|
|||
|
||||
def __call__(self, environ, start_response):
|
||||
"""Manage a request."""
|
||||
log.LOGGER.info("%s request at %s recieved" % (
|
||||
log.LOGGER.info("%s request at %s received" % (
|
||||
environ["REQUEST_METHOD"], environ["PATH_INFO"]))
|
||||
log.LOGGER.debug("Request headers:\n%s" % environ.items())
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue