Skip to content

Commit

Permalink
Rewords BankFromSnapshotsDirectory error message (solana-labs#2877)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooksprumo authored Sep 9, 2024
1 parent 8f5a4d7 commit 4ac412f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger/src/bank_forks_utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub enum BankForksUtilsError {
)]
NoBankSnapshotDirectory { flag: String, value: String },

#[error("failed to load bank: {source}, snapshot: {path}")]
#[error("failed to load bank from snapshot '{path}': {source}")]
BankFromSnapshotsDirectory {
source: snapshot_utils::SnapshotError,
path: PathBuf,
Expand Down

0 comments on commit 4ac412f

Please sign in to comment.