A few missing emojies (#5490)

* A few missing emojies

* P2p message emojis

* Add a bit of colour

* format

* Introduce a couple of spaces

* Some spaces
This commit is contained in:
Gavin Wood
2020-04-01 19:41:48 +02:00
committed by GitHub
parent 84ff6ef157
commit b86c7e87a9
8 changed files with 32 additions and 31 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ async fn start_inner(chain_spec: String, log_level: String) -> Result<Client, Bo
info!(" version {}", config.full_version());
info!(" by Parity Technologies, 2017-2020");
info!("📋 Chain specification: {}", config.expect_chain_spec().name());
info!("🏷 Node name: {}", config.name);
info!("🏷 Node name: {}", config.name);
info!("👤 Roles: {:?}", config.roles);
// Create the service. This is the most heavy initialization step.