Add additional context to ReplayStage log message (#34296)

The pre-existing message was somewhat vague, so give more details about the caller
This commit is contained in:
steviez 2023-12-01 13:04:39 -06:00 committed by GitHub
parent 4f65f7dc8d
commit c9cb727b1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1358,7 +1358,8 @@ impl ReplayStage {
})
.ok();
} else {
warn!("Unable to get bank for slot {duplicate_slot} from bank forks");
warn!("Unable to get bank for slot {duplicate_slot} from bank forks \
while attempting to write bank hash details file");
}
panic!("We are attempting to dump a block that we produced. \
This indicates that we are producing duplicate blocks, \