In outbox POST handler logging, fix the display of OutboxItemId number
This commit is contained in:
parent
e4fe83c163
commit
ebc3f016b6
1 changed files with 1 additions and 1 deletions
|
@ -1569,7 +1569,7 @@ handleOutboxNote host (Note mluNote luAttrib aud muParent muContext mpublished c
|
|||
prefix =
|
||||
T.concat
|
||||
[ "Outbox POST handler: deliverRemoteHttp obid#"
|
||||
, T.pack $ show obid
|
||||
, T.pack $ show $ fromSqlKey obid
|
||||
, ": "
|
||||
]
|
||||
fork = forkWorker "Outbox POST handler: HTTP delivery"
|
||||
|
|
Loading…
Reference in a new issue