mirror of
https://github.com/logos-messaging/nim-chat-poc.git
synced 2026-02-16 12:03:08 +00:00
Updated error log
This commit is contained in:
parent
c42583b603
commit
c6ab05cdaf
@ -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():
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user