Skip to content

Commit

Permalink
warn to trace for common retry
Browse files Browse the repository at this point in the history
  • Loading branch information
coderofstuff committed Jun 21, 2024
1 parent ffda34c commit d347f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion consensus/src/processes/pruning_proof/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ impl PruningProofManager {
break Ok((ghostdag_store, selected_tip, root));
}
required_level_0_depth <<= 1;
warn!("Failed to find sufficient root for level {level} after {tries} tries. Retrying again to find with depth {required_level_0_depth}");
trace!("Failed to find sufficient root for level {level} after {tries} tries. Retrying again to find with depth {required_level_0_depth}");
}
}

Expand Down

0 comments on commit d347f1b

Please sign in to comment.