From da029c87b731fe4afd97e71bdccef1afb74fc0fa Mon Sep 17 00:00:00 2001 From: Stanislav Tkach Date: Thu, 31 Jan 2019 15:18:40 +0200 Subject: [PATCH] =?UTF-8?q?Replace=20=E2=AD=B3=20and=20=E2=AD=B1=20=20char?= =?UTF-8?q?acters=20with=20=E2=AC=87=20and=20=E2=AC=86=20(#1635)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- substrate/core/cli/src/informant.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)),