Skip to content

Commit 67b1e07

Browse files
committed
ethmonitor: move reorg print to debug level
1 parent d903889 commit 67b1e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ethmonitor/ethmonitor.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ func (m *Monitor) buildCanonicalChain(ctx context.Context, nextBlock *types.Bloc
244244
poppedBlock := m.chain.pop()
245245
poppedBlock.Event = Removed
246246

247-
m.log.Printf("ethmonitor: block reorg, reverting block #%d hash:%s", poppedBlock.NumberU64(), poppedBlock.Hash().Hex())
247+
m.debugLogf("ethmonitor: block reorg, reverting block #%d hash:%s", poppedBlock.NumberU64(), poppedBlock.Hash().Hex())
248248
events = append(events, poppedBlock)
249249

250250
// let's always take a pause between any reorg for the polling interval time

0 commit comments

Comments
 (0)