mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 01:41:09 +00:00
Use correct logging target for network bridge (#2057)
This commit is contained in:
@@ -155,7 +155,7 @@ impl Network for Arc<sc_network::NetworkService<Block, Hash>> {
|
|||||||
fn start_send(self: Pin<&mut Self>, action: NetworkAction) -> SubsystemResult<()> {
|
fn start_send(self: Pin<&mut Self>, action: NetworkAction) -> SubsystemResult<()> {
|
||||||
match action {
|
match action {
|
||||||
NetworkAction::ReputationChange(peer, cost_benefit) => {
|
NetworkAction::ReputationChange(peer, cost_benefit) => {
|
||||||
tracing::debug!("reputation: {:?} for {}", cost_benefit, peer);
|
tracing::debug!(target: LOG_TARGET, "Changing reputation: {:?} for {}", cost_benefit, peer);
|
||||||
self.0.report_peer(
|
self.0.report_peer(
|
||||||
peer,
|
peer,
|
||||||
cost_benefit,
|
cost_benefit,
|
||||||
|
|||||||
Reference in New Issue
Block a user