From bd931093aa0358936678cd0ec61ddf058ddef6fb Mon Sep 17 00:00:00 2001 From: Chenyao Yu <4844716+chenyaoy@users.noreply.github.com> Date: Thu, 12 Sep 2024 14:50:40 -0400 Subject: [PATCH] Fix log message --- protocol/x/prices/keeper/update_price.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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), ) }