diff --git a/substrate/core/cli/src/informant.rs b/substrate/core/cli/src/informant.rs index 61fa618e92..df5d6642f9 100644 --- a/substrate/core/cli/src/informant.rs +++ b/substrate/core/cli/src/informant.rs @@ -68,7 +68,7 @@ pub fn start(service: &Service, exit: ::exit_future::Exit, handle: TaskExe let bandwidth_upload = network.average_upload_per_sec(); info!( target: "substrate", - "{}{} ({} peers), best: #{} ({}), finalized #{} ({}), ⭳ {} ⭱ {}", + "{}{} ({} peers), best: #{} ({}), finalized #{} ({}), ⬇ {} ⬆ {}", Colour::White.bold().paint(&status), target, Colour::White.bold().paint(format!("{}", sync_status.num_peers)),