Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
e8d51460
Unverified
Commit
e8d51460
authored
Aug 07, 2020
by
Jun Jiang
Committed by
GitHub
Aug 07, 2020
Browse files
Align for "Starting parachain attestation session" (#1554)
parent
976a319e
Pipeline
#103362
passed with stages
in 23 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
validation/src/validation_service/mod.rs
View file @
e8d51460
...
...
@@ -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
,
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment