Different debug string

main
Bob Mottram 2021-08-23 13:31:37 +01:00
parent 6433e1e89f
commit 73751d19e7
1 changed files with 1 additions and 1 deletions

View File

@ -1344,7 +1344,7 @@ def _receiveAnnounce(recentPostsCache: {},
getDomainFromActor(messageJson['object'])
if isBlocked(baseDir, nickname, domain,
announcedActorNickname, announcedActorDomain):
print('Receive announce blocked for actor: ' +
print('Receive announce object blocked for actor: ' +
announcedActorNickname + '@' + announcedActorDomain)
return False