Skip to content
Snippets Groups Projects
Commit 35a87e0f authored by Robert Klotzner's avatar Robert Klotzner Committed by GitHub
Browse files

Include log target for parachains-inherent. (#5470)

parent 20e56a45
No related merge requests found
......@@ -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",
);
......
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