Skip to content

Commit

Permalink
[State Sync] Use display formatting for the bootstrapping of EELIs.
Browse files Browse the repository at this point in the history
Closes: #10091
  • Loading branch information
JoshLind authored and bors-libra committed Dec 22, 2021
1 parent a1db90b commit ba30d42
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ impl VerifiedEpochStates {
epoch_ending_ledger_info: LedgerInfoWithSignatures,
) {
debug!(
"Adding a new epoch to the epoch ending ledger infos: {:?}",
"Adding a new epoch to the epoch ending ledger infos: {}",
&epoch_ending_ledger_info
);

Expand Down

0 comments on commit ba30d42

Please sign in to comment.