log error for cache_hash_data save failure (#26676)

log error for cach_hash_data save
This commit is contained in:
HaoranYi 2022-07-20 16:19:35 -05:00 committed by GitHub
parent 39a34db52a
commit 6ec89ee861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6585,8 +6585,8 @@ impl AccountsDb {
if result.is_err() {
info!(
"FAILED_TO_SAVE: {}-{}, {}, first_boundary: {}, {:?}",
range.start, range.end, width, first_boundary, file_name,
"FAILED_TO_SAVE: {}-{}, {}, first_boundary: {}, {:?}, error: {:?}",
range.start, range.end, width, first_boundary, file_name, result,
);
}
}