From c5a57e8a438cb342aa324962413eba4d41cd2acc Mon Sep 17 00:00:00 2001 From: Athanasius Date: Tue, 13 Oct 2020 13:12:44 +0100 Subject: [PATCH] protocol.py: Log *end* of protocolhandler.close() --- protocol.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/protocol.py b/protocol.py index 5fe41bb6..aa0ffeee 100644 --- a/protocol.py +++ b/protocol.py @@ -254,6 +254,8 @@ else: # Linux / Run from source else: logger.debug('No thread') + logger.debug('Done') + def worker(self): self.httpd.serve_forever()