Skip to content

Commit c9a658c

Browse files
committed
fix a log line
1 parent 4ac381f commit c9a658c

File tree

1 file changed

+1
-1
lines changed
  • polkadot/node/network/collator-protocol/src/validator_side

1 file changed

+1
-1
lines changed

polkadot/node/network/collator-protocol/src/validator_side/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1888,7 +1888,7 @@ pub(crate) async fn run<Context>(
18881888
ah_invulnerables: HashSet<PeerId>,
18891889
hold_off_duration: Option<Duration>,
18901890
) -> std::result::Result<(), SubsystemError> {
1891-
gum::info!(LOG_TARGET, "Running legacy collator protocol");
1891+
gum::info!(target: LOG_TARGET, "Running legacy collator protocol");
18921892
run_inner(
18931893
ctx,
18941894
keystore,

0 commit comments

Comments
 (0)