Skip to content

Commit

Permalink
Fix log message (#2248)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyaoy authored Sep 13, 2024
1 parent e5ec435 commit b0947a8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions protocol/x/prices/keeper/update_price.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,8 +123,7 @@ func (k Keeper) GetValidMarketPriceUpdates(

if len(nonExistentMarkets) > 0 {
ctx.Logger().Warn(
"Index price for markets does not exist, marketIds: %v",
nonExistentMarkets,
fmt.Sprintf("Index price for markets does not exist, marketIds: %v", nonExistentMarkets),
)
}

Expand Down

0 comments on commit b0947a8

Please sign in to comment.