Updated error log

This commit is contained in:
Jazz Turner-Baggs 2026-02-13 16:27:54 -08:00
parent c42583b603
commit c6ab05cdaf
No known key found for this signature in database

View File

@ -192,7 +192,7 @@ proc parseMessage(client: ChatClient, msg: ChatPayload) {.raises: [ValueError].}
try:
let opt_content = client.libchatCtx.handlePayload(msg.bytes).valueOr:
error "handlePayload" ,client=client.getId()
error "handlePayload" , error=error, client=client.getId()
return
if opt_content.isSome():