mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-26 14:46:42 +00:00
core/txpool: convert lock acquire log to debug
This commit is contained in:
parent
3d7639cc26
commit
9eb9bfe181
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ func (m *sortedMap) reheap(withRlock bool) {
|
||||||
|
|
||||||
if withRlock {
|
if withRlock {
|
||||||
m.m.RLock()
|
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 {
|
for nonce := range m.items {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue