From c09596f1e2e2d39a86124e1f5dfe96a91eebe29d Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sun, 3 Jan 2021 09:44:33 +0000 Subject: [PATCH] More verbose --- inbox.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/inbox.py b/inbox.py index 1c70ee49..2cc8037e 100644 --- a/inbox.py +++ b/inbox.py @@ -2679,9 +2679,9 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int, queue.pop(0) continue - # check the signature + # check the http header signature if debug: - print('DEBUG: checking http headers') + print('DEBUG: checking http header signature') pprint(queueJson['httpHeaders']) postStr = json.dumps(queueJson['post']) if not verifyPostHeaders(httpPrefix, @@ -2700,7 +2700,7 @@ def runInboxQueue(recentPostsCache: {}, maxRecentPosts: int, continue if debug: - print('DEBUG: Signature check success') + print('DEBUG: http header signature check success') # set the id to the same as the post filename # This makes the filename and the id consistent