From d542496d1042f4f60256e9f6971674e23e23ba68 Mon Sep 17 00:00:00 2001 From: "Jeff Washington (jwash)" Date: Wed, 29 Mar 2023 15:23:06 -0500 Subject: [PATCH] fix typo in info log (#30964) fix typo --- runtime/src/snapshot_utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/snapshot_utils.rs b/runtime/src/snapshot_utils.rs index b9e5c905a8..361c5e9373 100644 --- a/runtime/src/snapshot_utils.rs +++ b/runtime/src/snapshot_utils.rs @@ -2525,7 +2525,7 @@ fn rebuild_bank_from_unarchived_snapshots( (None, None) }; info!( - "Rebuiding bank from full snapshot {} and incremental snapshot {:?}", + "Rebuilding bank from full snapshot {} and incremental snapshot {:?}", full_snapshot_root_paths.snapshot_path().display(), incremental_snapshot_root_paths .as_ref()