This commit is contained in:
Maximilian Hils 2014-10-08 21:41:03 +02:00
parent 76bd554cd1
commit f04693c047

View File

@ -1079,7 +1079,7 @@ class HTTPHandler(ProtocolHandler):
if message:
self.c.log(message, level="info")
if message_debug:
self.c.log(message, level="debug")
self.c.log(message_debug, level="debug")
if flow:
# TODO: no flows without request or with both request and response at the moment.