Skip to content

Commit 074148d

Browse files
committed
core/rawdb: make debug log clearly refer to freezer
1 parent 74e05fd commit 074148d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/rawdb/chain_freezer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ func (f *chainFreezer) freeze(db ethdb.KeyValueStore) {
131131
continue
132132

133133
case *number < threshold:
134-
log.Debug("Current full block not old enough", "number", *number, "hash", hash, "delay", threshold)
134+
log.Debug("Current full block not old enough to freeze", "number", *number, "hash", hash, "delay", threshold)
135135
backoff = true
136136
continue
137137

0 commit comments

Comments
 (0)