diff --git a/apps/explorer/lib/explorer/market/history/cataloger.ex b/apps/explorer/lib/explorer/market/history/cataloger.ex index ad53c64ff7ed..e52052a711d0 100644 --- a/apps/explorer/lib/explorer/market/history/cataloger.ex +++ b/apps/explorer/lib/explorer/market/history/cataloger.ex @@ -119,7 +119,7 @@ defmodule Explorer.Market.History.Cataloger do # Failed to get records. Try again. @impl GenServer def handle_info({_ref, {:tvl_history, {day_count, failed_attempts, :error}}}, state) do - Logger.warn(fn -> "Failed to fetch market cap history. Trying again." end) + Logger.warn(fn -> "Failed to fetch tvl history. Trying again." end) fetch_tvl_history(day_count, failed_attempts + 1)