Skip to content

Commit 816a78a

Browse files
committed
add info about target block
1 parent e067254 commit 816a78a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/io/iohk/ethereum/blockchain/sync/FastSync.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ trait FastSync {
125125
val targetBlockHeaderOpt = blockHeaders.headers.find(header => header.number == targetBlockNumber)
126126
targetBlockHeaderOpt match {
127127
case Some(targetBlockHeader) =>
128-
log.info("Starting block synchronization (fast mode)")
128+
log.info(s"Starting block synchronization (fast mode), target block ${targetBlockHeader.number}")
129129
val initialSyncState = SyncState(targetBlockHeader,
130130
mptNodesQueue = Seq(StateMptNodeHash(targetBlockHeader.stateRoot)))
131131
startFastSync(initialSyncState)

0 commit comments

Comments
 (0)