Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
add :
Browse files Browse the repository at this point in the history
  • Loading branch information
drahnr committed Dec 2, 2021
1 parent e938983 commit 8505406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/parachains/src/paras_inherent/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ impl<T: Config> Pallet<T> {

log::debug!(
target: LOG_TARGET,
"[enter_inner] parent_header={:?} bitfields.len(): {}, backed_candidates.len(): {}, disputes.len() {}",
"[enter_inner] parent_header={:?} bitfields.len(): {}, backed_candidates.len(): {}, disputes.len(): {}",
parent_header_hash,
signed_bitfields.len(),
backed_candidates.len(),
Expand Down

0 comments on commit 8505406

Please sign in to comment.