1
0
Fork 0
mirror of https://code.naskya.net/repos/ndqEd synced 2025-01-10 21:26:46 +09:00

In outbox POST handler logging, fix the display of OutboxItemId number

This commit is contained in:
fr33domlover 2019-05-12 20:24:33 +00:00
parent e4fe83c163
commit ebc3f016b6

View file

@ -1569,7 +1569,7 @@ handleOutboxNote host (Note mluNote luAttrib aud muParent muContext mpublished c
prefix = prefix =
T.concat T.concat
[ "Outbox POST handler: deliverRemoteHttp obid#" [ "Outbox POST handler: deliverRemoteHttp obid#"
, T.pack $ show obid , T.pack $ show $ fromSqlKey obid
, ": " , ": "
] ]
fork = forkWorker "Outbox POST handler: HTTP delivery" fork = forkWorker "Outbox POST handler: HTTP delivery"