Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pk910 committed Sep 23, 2023
1 parent 2fa6ea1 commit 0171f46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion indexer/epoch_stats.go
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ func (client *IndexerClient) ensureEpochStats(epoch uint64, head []byte) error {
defer utils.HandleSubroutinePanic("ensureEpochStatsLazy")
err := epochStats.ensureEpochStatsLazy(client, proposerRsp)
if err != nil {
logger.WithField("client", client.clientName).WithError(err).Warnf("error while loading epoch stats")
logger.WithField("client", client.clientName).WithError(err).Warnf("error while loading epoch stats for epoch %v", epoch)
}
}()
if int64(epoch) > client.lastEpochStats {
Expand Down

0 comments on commit 0171f46

Please sign in to comment.