mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 15:47:58 +00:00
prefix parachain log targets with parachain:: (#2600)
* prefix parachain log targets with parachain:: * even more consistent
This commit is contained in:
@@ -36,7 +36,7 @@ use polkadot_primitives::v1::{
|
||||
};
|
||||
use polkadot_node_network_protocol::peer_set::PeerSet;
|
||||
|
||||
const LOG_TARGET: &str = "gossip_support";
|
||||
const LOG_TARGET: &str = "parachain::gossip-support";
|
||||
|
||||
/// The Gossip Support subsystem.
|
||||
pub struct GossipSupport {}
|
||||
|
||||
Reference in New Issue
Block a user