mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-01 04:31:02 +00:00
committed by
Robert Habermeier
parent
b6132800b7
commit
101549238e
@@ -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