mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 22:26:42 +00:00
Standardizes the log message format
This commit is contained in:
parent
63740b7aca
commit
6d2069c5b8
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ func (f *FilterMaps) indexerLoop() {
|
||||||
close(f.disabledCh)
|
close(f.disabledCh)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
log.Info("Started log indexer")
|
log.Info("Log indexer started")
|
||||||
|
|
||||||
for !f.stop {
|
for !f.stop {
|
||||||
// Note: acquiring the indexLock read lock is unnecessary here,
|
// Note: acquiring the indexLock read lock is unnecessary here,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue