Skip to content
Snippets Groups Projects
Commit 5c186dde authored by Stanislav Tkach's avatar Stanislav Tkach Committed by Bastian Köcher
Browse files

Replace ⭳ and ⭱ characters with :arrow_down: and :arrow_up: (#1635)

parent 70d0b21e
Branches
No related merge requests found
......@@ -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)),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment