Unverified Commit e8d51460 authored by Jun Jiang's avatar Jun Jiang Committed by GitHub
Browse files

Align for "Starting parachain attestation session" (#1554)

parent 976a319e
Pipeline #103362 passed with stages
in 23 minutes and 18 seconds
......@@ -383,13 +383,13 @@ impl<N, P, SP, CF> ParachainValidationInstances<N, P, SP, CF> where
if let Some(ref duty) = local_duty {
info!(
"✍️ Starting parachain attestation session (parent: {}) with active duty {}",
"✍️ Starting parachain attestation session (parent: {}) with active duty {}",
parent_hash,
Colour::Red.bold().paint(format!("{:?}", duty)),
);
} else {
debug!(
"✍️ Starting parachain attestation session (parent: {}). No local duty..",
"✍️ Starting parachain attestation session (parent: {}). No local duty..",
parent_hash,
);
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment