diff --git a/daemon.py b/daemon.py index 0cfd93532..937241d8e 100644 --- a/daemon.py +++ b/daemon.py @@ -14842,6 +14842,7 @@ class EpicyonServer(ThreadingHTTPServer): print('ERROR: (EpicyonServer) ' + str(cls) + ", " + str(e)) pass else: + print('ERROR: (EpicyonServer) ' + str(cls) + ", " + str(e)) return HTTPServer.handle_error(self, request, client_address)