Skip to content

Commit

Permalink
add logging, bump to 1.4.1 beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Feb 22, 2024
1 parent 3e5d1cd commit 4abe792
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.8.0-ccip1.4.1-beta.0
2.8.0-ccip1.4.1-beta.1
2 changes: 1 addition & 1 deletion core/services/ocr2/plugins/ccip/ccipcommit/ocr2.go
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ func validateObservations(ctx context.Context, lggr logger.Logger, destTokens []
skipObservation = true
}
if !slices.Contains(destTokens, token) {
lggr.Warnw("Unsupported token in observed TokenPricesUSD", "token", token)
lggr.Warnw("Unsupported token in observed TokenPricesUSD", "token", token, "destTokens", destTokens)
skipObservation = true
}
}
Expand Down

0 comments on commit 4abe792

Please sign in to comment.