fix typo in info log (#30964)

fix typo
This commit is contained in:
Jeff Washington (jwash) 2023-03-29 15:23:06 -05:00 committed by GitHub
parent fe5ae7733b
commit d542496d10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()