We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac381f commit c9a658cCopy full SHA for c9a658c
polkadot/node/network/collator-protocol/src/validator_side/mod.rs
@@ -1888,7 +1888,7 @@ pub(crate) async fn run<Context>(
1888
ah_invulnerables: HashSet<PeerId>,
1889
hold_off_duration: Option<Duration>,
1890
) -> std::result::Result<(), SubsystemError> {
1891
- gum::info!(LOG_TARGET, "Running legacy collator protocol");
+ gum::info!(target: LOG_TARGET, "Running legacy collator protocol");
1892
run_inner(
1893
ctx,
1894
keystore,
0 commit comments