mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 14:47:55 +00:00
prefix parachain log targets with parachain:: (#2600)
* prefix parachain log targets with parachain:: * even more consistent
This commit is contained in:
@@ -43,7 +43,7 @@ use polkadot_node_primitives::SignedFullStatement;
|
||||
use std::{pin::Pin, sync::Arc};
|
||||
use thiserror::Error;
|
||||
|
||||
const LOG_TARGET: &'static str = "candidate_selection";
|
||||
const LOG_TARGET: &'static str = "parachain::candidate-selection";
|
||||
|
||||
struct CandidateSelectionJob {
|
||||
assignment: ParaId,
|
||||
|
||||
Reference in New Issue
Block a user