Skip to content

Commit

Permalink
update log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
akuzni2 committed Jun 17, 2024
1 parent b32a79e commit f9288e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/relay/evm/mercury/wsrpc/pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (conn *connection) ensureStartedClient(ctx context.Context) error {
}

func (conn *connection) checkin(checkinCco *clientCheckout) {
conn.lggr.Debug("Checking in client", "serverURL", conn.serverURL)
conn.lggr.Debug("Checking in client", "serverURL", conn.serverURL, "checkouts", len(conn.checkouts))
conn.mu.Lock()
defer conn.mu.Unlock()
var removed bool
Expand Down

0 comments on commit f9288e8

Please sign in to comment.