More emoji (#5556)

This commit is contained in:
Gavin Wood
2020-04-07 12:55:46 +02:00
committed by GitHub
parent 3da069e359
commit 0253793d90
4 changed files with 4 additions and 4 deletions
@@ -74,7 +74,7 @@ pub(crate) fn load_epoch_changes<Block: BlockT, B: AuxStore>(
let epoch_changes = Arc::new(Mutex::new(maybe_epoch_changes.unwrap_or_else(|| {
info!(target: "babe",
"Creating empty BABE epoch changes on what appears to be first startup."
"👶 Creating empty BABE epoch changes on what appears to be first startup."
);
EpochChangesFor::<Block, Epoch>::default()
})));