Skip to content

Commit

Permalink
Merge pull request blockscout#9583 from zjb0807/fix-log
Browse files Browse the repository at this point in the history
Update log info
  • Loading branch information
vbaranov authored Mar 10, 2024
2 parents 4fd62a7 + 55503b4 commit e717357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/explorer/lib/explorer/market/history/cataloger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e717357

Please sign in to comment.