From 90240bf11d18d3cfcb129605728959856fd2b4dc Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 24 Feb 2020 11:51:24 -0700 Subject: [PATCH] r --- ledger/src/snapshot_utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)?;