mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 14:01:02 +00:00
committed by
Robert Habermeier
parent
7f2c798a06
commit
be23db6916
@@ -45,7 +45,7 @@ pub fn start(service: &Service, handle: reactor::Handle) {
|
||||
(SyncState::Downloading, None) => "Syncing".into(),
|
||||
(SyncState::Downloading, Some(n)) => format!("Syncing, target=#{}", n),
|
||||
};
|
||||
println!("{} ({} peers), best: #{} ({})", status, sync_status.num_peers, best_block.number, hash)
|
||||
info!(target: "polkadot", "{} ({} peers), best: #{} ({})", status, sync_status.num_peers, best_block.number, hash)
|
||||
} else {
|
||||
warn!("Error getting best block information");
|
||||
}
|
||||
@@ -62,5 +62,3 @@ pub fn start(service: &Service, handle: reactor::Handle) {
|
||||
handle.spawn(display_block_import);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user