mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-14 16:03:45 +00:00
Added number of event-records in log
This commit is contained in:
parent
c8f8465edb
commit
8b8395870c
1 changed files with 1 additions and 1 deletions
|
|
@ -1205,7 +1205,7 @@ func (c *Bor) CommitStates(
|
||||||
|
|
||||||
lastStateID++
|
lastStateID++
|
||||||
}
|
}
|
||||||
log.Info("StateSyncGas", "gas", totalGas, "Block-number", number, "FromStateID", lastStateID+1)
|
log.Info("StateSyncGas", "gas", totalGas, "Block-number", number, "FromStateID", lastStateID+1, "TotalRecords", len(eventRecords))
|
||||||
return stateSyncs, nil
|
return stateSyncs, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue