Improve Blockstore error logging (#32929)
* improve Blockstore error logging * reviews --------- Co-authored-by: HaoranYi <haoran.yi@solana.com>
This commit is contained in:
parent
e4a2d14c4e
commit
2098230d8f
|
@ -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:?}"
|
||||
)
|
||||
})?;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue