Skip to content

Commit

Permalink
update log print content.
Browse files Browse the repository at this point in the history
  • Loading branch information
mo3et committed Jul 17, 2024
1 parent 6f750aa commit 7118104
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/msggateway/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (c *Client) pingHandler(appData string) error {
return err
}

log.ZDebug(c.ctx, "ping Handler Success.", "pong appData", appData)
log.ZDebug(c.ctx, "ping Handler Success.", "appData", appData)

return c.writePongMsg()
}
Expand Down

0 comments on commit 7118104

Please sign in to comment.