client: remove time unit from block time loaded message (#8639)

This commit is contained in:
André Silva
2021-04-19 21:29:43 +01:00
committed by GitHub
parent 18000a9ae8
commit a52adf448b
+1 -1
View File
@@ -584,7 +584,7 @@ impl<T: Clone + Send + Sync + 'static> SlotDuration<T> {
cb(client.runtime_api(), &BlockId::number(Zero::zero()))?;
info!(
"⏱ Loaded block-time = {:?} milliseconds from genesis on first-launch",
"⏱ Loaded block-time = {:?} from genesis on first-launch",
genesis_slot_duration.slot_duration()
);