warning prefix

main
Bob Mottram 2021-12-02 14:17:27 +00:00
parent 65d15b465b
commit 1f06093819
1 changed files with 1 additions and 1 deletions

View File

@ -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: