From f31a9b4fd19d73fc80d51f62ab8a930cc3bbaa72 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 1 Oct 2019 13:19:50 +0100 Subject: [PATCH] Debug message --- inbox.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inbox.py b/inbox.py index cb619a63a..84ec14556 100644 --- a/inbox.py +++ b/inbox.py @@ -992,6 +992,8 @@ def receiveAnnounce(session,handle: str,baseDir: str, \ if postJsonObject['object'].get('attributedTo'): lookupActor=postJsonObject['object']['attributedTo'] if lookupActor: + if debug: + print('DEBUG: Obtaining actor for announce post '+lookupActor) getPersonFromCache(baseDir,lookupActor,personCache) if debug: print('DEBUG: announced/repeated post arrived in inbox')