Skip to content

Commit

Permalink
Review feedback to put exiting at front of message
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Czabaniuk committed Dec 13, 2023
1 parent eebb9c1 commit 6c9e2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger-tool/src/ledger_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ pub fn load_and_process_ledger_or_exit(
incremental_snapshot_archive_path,
)
.unwrap_or_else(|err| {
eprintln!("Failed to load and process ledger: {err}. Exiting now");
eprintln!("Exiting. Failed to load and process ledger: {err}");
exit(1);
})
}
Expand Down

0 comments on commit 6c9e2da

Please sign in to comment.