diff --git a/protocol/x/prices/keeper/update_price.go b/protocol/x/prices/keeper/update_price.go index 691a4ad270..53cf910627 100644 --- a/protocol/x/prices/keeper/update_price.go +++ b/protocol/x/prices/keeper/update_price.go @@ -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), ) }