From b0eaa6835d18519d461e23a116a9745a5e9e19b1 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 3 Jan 2021 18:25:23 +0000 Subject: [PATCH] Consistent message --- inbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inbox.py b/inbox.py index 37a476dc..3ecd8a6f 100644 --- a/inbox.py +++ b/inbox.py @@ -2719,7 +2719,7 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int, # use the original json message received, not one which may have # been modified along the way if not jsonldVerify(queueJson['original'], pubKey): - print('WARN: jsonld signature check failed ' + + print('WARN: jsonld inbox signature check failed ' + keyId + ' ' + pubKey + ' ' + str(queueJson['original'])) if os.path.isfile(queueFilename):