Replace ⭳ and ⭱ characters with ⬇ and ⬆ (#1635)

This commit is contained in:
Stanislav Tkach
2019-01-31 15:18:40 +02:00
committed by Bastian Köcher
parent 80d4a0a21b
commit da029c87b7
+1 -1
View File
@@ -68,7 +68,7 @@ pub fn start<C>(service: &Service<C>, 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)),