Skip to content

Commit

Permalink
test print
Browse files Browse the repository at this point in the history
  • Loading branch information
expertdicer committed Jul 30, 2023
1 parent 01039ea commit 6a28ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relayer/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ func findMatchingClient(ctx context.Context, src, dst *Chain, newClientState ibc
return nil
}, retry.Context(ctx), RtyAtt, RtyDel, RtyErr, retry.OnRetry(func(n uint, err error) {
src.log.Info(
"Failed to query clients",
"Failed to query clients hhu",
zap.String("chain_id", src.ChainID()),
zap.Uint("attempt", n+1),
zap.Uint("max_attempts", RtyAttNum),
Expand Down

0 comments on commit 6a28ac9

Please sign in to comment.