From 0b3bed070dd9e579aac901176436e7e7281761cf Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 31 Aug 2021 17:44:49 +0100 Subject: [PATCH] Debug --- daemon.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/daemon.py b/daemon.py index e1986da60..d13875d3b 100644 --- a/daemon.py +++ b/daemon.py @@ -10268,8 +10268,10 @@ class PubServer(BaseHTTPRequestHandler): enableSharedInbox: bool) -> bool: """Shows the instance actor """ + print('Instance actor requested by ' + callingDomain) actorJson = personLookup(domain, path, baseDir) if not actorJson: + print('ERROR: no instance actor found') self._404() return False acceptStr = self.headers['Accept']