improve log (#26360)

This commit is contained in:
Jeff Washington (jwash) 2022-07-01 13:12:52 -05:00 committed by GitHub
parent 728986ddf4
commit 88b5b7e30a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -827,7 +827,7 @@ impl Accounts {
can_cached_slot_be_unflushed, can_cached_slot_be_unflushed,
ignore_mismatch, ignore_mismatch,
) { ) {
warn!("verify_bank_hash failed: {:?}", err); warn!("verify_bank_hash failed: {:?}, slot: {}", err, slot);
false false
} else { } else {
true true