Add emojis (#5420)

This commit is contained in:
Gavin Wood
2020-03-27 10:41:31 +01:00
committed by GitHub
parent 15df85a000
commit acab5f0570
19 changed files with 42 additions and 42 deletions
+1 -1
View File
@@ -211,7 +211,7 @@ pub fn init_logger(pattern: &str) {
});
if builder.try_init().is_err() {
info!("Not registering Substrate logger, as there is already a global logger registered!");
info!("💬 Not registering Substrate logger, as there is already a global logger registered!");
}
}