diff --git a/core/filtermaps/indexer.go b/core/filtermaps/indexer.go index 02ae2b920d..a5f54889f0 100644 --- a/core/filtermaps/indexer.go +++ b/core/filtermaps/indexer.go @@ -40,7 +40,7 @@ func (f *FilterMaps) indexerLoop() { close(f.disabledCh) return } - log.Info("Started log indexer") + log.Info("Log indexer started") for !f.stop { // Note: acquiring the indexLock read lock is unnecessary here,