mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-14 04:01:10 +00:00
prefix parachain log targets with parachain:: (#2600)
* prefix parachain log targets with parachain:: * even more consistent
This commit is contained in:
@@ -136,7 +136,7 @@ impl PerRelayParentData {
|
||||
}
|
||||
}
|
||||
|
||||
const LOG_TARGET: &str = "bitfield_distribution";
|
||||
const LOG_TARGET: &str = "parachain::bitfield-distribution";
|
||||
|
||||
/// The bitfield distribution subsystem.
|
||||
pub struct BitfieldDistribution {
|
||||
|
||||
Reference in New Issue
Block a user