From 7209d23ae74b3d36b9495a04ce6f0ee461329c83 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 21 Jun 2021 17:32:28 +0100 Subject: [PATCH] Show more information about errors --- daemon.py | 1 + 1 file changed, 1 insertion(+) 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)