Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
parity
Mirrored projects
polkadot-sdk
Commits
35a87e0f
Commit
35a87e0f
authored
2 years ago
by
Robert Klotzner
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Include log target for parachains-inherent. (#5470)
parent
20e56a45
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
polkadot/node/core/parachains-inherent/src/lib.rs
+3
-0
3 additions, 0 deletions
polkadot/node/core/parachains-inherent/src/lib.rs
with
3 additions
and
0 deletions
polkadot/node/core/parachains-inherent/src/lib.rs
+
3
−
0
View file @
35a87e0f
...
...
@@ -33,6 +33,8 @@ use sp_blockchain::HeaderBackend;
use
sp_runtime
::
generic
::
BlockId
;
use
std
::
time
;
pub
(
crate
)
const
LOG_TARGET
:
&
str
=
"parachain::parachains-inherent"
;
/// How long to wait for the provisioner, before giving up.
const
PROVISIONER_TIMEOUT
:
time
::
Duration
=
core
::
time
::
Duration
::
from_millis
(
2500
);
...
...
@@ -94,6 +96,7 @@ impl ParachainsInherentDataProvider {
},
Err
(
err
)
=>
{
gum
::
debug!
(
target
:
LOG_TARGET
,
?
err
,
"Could not get provisioner inherent data; injecting default data"
,
);
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment