Tidy some CLI stuff. (#7227)

Co-authored-by: Gav Wood <gavin@parity.io>
This commit is contained in:
Sergei Shulepov
2020-09-28 21:28:32 +02:00
committed by GitHub
parent 62cfccbdd6
commit 54c7e3e9fb
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ async fn start_inner(chain_spec: Option<String>, log_level: String) -> Result<Cl
info!("✌️ version {}", config.impl_version);
info!("❤️ by Parity Technologies, 2017-2020");
info!("📋 Chain specification: {}", config.chain_spec.name());
info!("🏷 Node name: {}", config.network.node_name);
info!("🏷 Node name: {}", config.network.node_name);
info!("👤 Role: {:?}", config.role);
// Create the service. This is the most heavy initialization step.