mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-03 21:27:36 +03:00
Improve log message
This commit is contained in:
parent
a9804dd550
commit
18f21e26d5
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ class ParallelHTTPServer(socketserver.ThreadingMixIn,
|
|||
|
||||
def handle_error(self, request, client_address):
|
||||
if issubclass(sys.exc_info()[0], socket.timeout):
|
||||
logger.info("client timed out", exc_info=True)
|
||||
logger.info("Client timed out", exc_info=True)
|
||||
else:
|
||||
logger.error("An exception occurred during request: %s",
|
||||
sys.exc_info()[1], exc_info=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue