diff --git a/ledger/src/snapshot_utils.rs b/ledger/src/snapshot_utils.rs index bd88a62cc..a56cd7a72 100644 --- a/ledger/src/snapshot_utils.rs +++ b/ledger/src/snapshot_utils.rs @@ -520,7 +520,7 @@ pub fn untar_snapshot_in, Q: AsRef>( archive.unpack(&unpack_dir)?; } else if let Err(e) = archive.unpack(&unpack_dir) { warn!( - "Trying to unpack as uncompressed tar because an error occured: {:?}", + "Trying to unpack as uncompressed tar because an error occurred: {:?}", e ); let tar_bz2 = File::open(snapshot_tar)?;