Skip to content

Commit

Permalink
Improving pairing tracing
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Dec 11, 2024
1 parent f94eb6f commit b743c13
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ class PairingWebSocket {
// Register the client and the sender callback that it's needed to deliver
// the message to the remote client
channel.registerClient(service, endpoint, session.id,(pairingMessage) -> {
log.trace "Websocket send message id=$pairingMessage.msgId"
log.trace "Sendind message=${pairingMessage} - endpoint: ${endpoint} [sessionId: $session.id]"
session .sendAsync(pairingMessage)
})

Expand Down

0 comments on commit b743c13

Please sign in to comment.