core/rawdb: make debug log clearly refer to freezer

This commit is contained in:
lightclient 2023-10-30 08:24:37 -06:00 committed by Felix Lange
parent 8abcae516a
commit 844ce90925

View file

@ -131,7 +131,7 @@ func (f *chainFreezer) freeze(db ethdb.KeyValueStore) {
continue
case *number < threshold:
log.Debug("Current full block not old enough", "number", *number, "hash", hash, "delay", threshold)
log.Debug("Current full block not old enough to freeze", "number", *number, "hash", hash, "delay", threshold)
backoff = true
continue