mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 09:21:04 +00:00
prefix parachain log targets with parachain:: (#2600)
* prefix parachain log targets with parachain:: * even more consistent
This commit is contained in:
@@ -64,7 +64,7 @@ const BENEFIT_FRESH_POV: Rep = Rep::BenefitMinorFirst("Peer supplied us with an
|
||||
const BENEFIT_LATE_POV: Rep = Rep::BenefitMinor("Peer supplied us with an awaited PoV, \
|
||||
but was not the first to do so");
|
||||
|
||||
const LOG_TARGET: &str = "pov_distribution";
|
||||
const LOG_TARGET: &str = "parachain::pov-distribution";
|
||||
|
||||
/// The PoV Distribution Subsystem.
|
||||
pub struct PoVDistribution {
|
||||
|
||||
Reference in New Issue
Block a user