diff --git a/core/txpool/list.go b/core/txpool/list.go index f647a68f06..dd4e28b54c 100644 --- a/core/txpool/list.go +++ b/core/txpool/list.go @@ -165,7 +165,7 @@ func (m *sortedMap) reheap(withRlock bool) { if withRlock { m.m.RLock() - log.Info("[DEBUG] Acquired lock over txpool map while performing reheap") + log.Debug("Acquired lock over txpool map while performing reheap") } for nonce := range m.items {