Adds "archive" to log when loading snapshot archives (#32278)

This commit is contained in:
Brooks 2023-06-26 12:32:28 -04:00 committed by GitHub
parent 814ea7ae9f
commit 394fc9b8fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1531,7 +1531,7 @@ pub fn bank_from_snapshot_archives(
exit: Arc<AtomicBool>,
) -> Result<(Bank, BankFromArchiveTimings)> {
info!(
"Loading bank from full snapshot: {}, and incremental snapshot: {:?}",
"Loading bank from full snapshot archive: {}, and incremental snapshot archive: {:?}",
full_snapshot_archive_info.path().display(),
incremental_snapshot_archive_info
.as_ref()