Improve Blockstore error logging (#32929)

* improve Blockstore error logging

* reviews

---------

Co-authored-by: HaoranYi <haoran.yi@solana.com>
This commit is contained in:
HaoranYi 2023-08-22 13:56:03 -05:00 committed by GitHub
parent e4a2d14c4e
commit 2098230d8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -566,7 +566,7 @@ impl Validator {
.map_err(|err| {
format!(
"Failed to backup and clear shreds with incorrect \
shred version from blockstore: {err}"
shred version from blockstore: {err:?}"
)
})?;
}