From 1f060938196c395d487bf85c362d13c743b6213a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 2 Dec 2021 14:17:27 +0000 Subject: [PATCH] warning prefix --- posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts.py b/posts.py index bc8578d0d..eefee952c 100644 --- a/posts.py +++ b/posts.py @@ -2160,7 +2160,7 @@ def threadSendPost(session, postJsonStr: str, federationList: [], except Exception as e: print('ERROR: postJsonString failed ' + str(e)) if unauthorized: - print('threadSendPost: Post is unauthorized ' + + print('WARN: threadSendPost: Post is unauthorized ' + inboxUrl + ' ' + postJsonStr) break if postResult: