Skip to content

Commit cc2a8ae

Browse files
committed
ETCM-626: improve log messages
1 parent dd26d2d commit cc2a8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/io/iohk/ethereum/consensus/ethash/EthashMiner.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class EthashMiner(
9292
}
9393
.runAsyncAndForget
9494
case None => {
95-
log.error("Unable to get block for mining")
95+
log.error("Unable to get block for mining, getBestBlock() returned None")
9696
context.system.scheduler.scheduleOnce(10.seconds, self, ProcessMining)
9797
}
9898
}

0 commit comments

Comments
 (0)