test StorageInfoHandler

This commit is contained in:
weisd
2024-12-03 17:38:52 +08:00
parent c98e849621
commit eb12c9b005
24 changed files with 420 additions and 257 deletions
+1 -1
View File
@@ -1291,7 +1291,7 @@ impl DiskAPI for LocalDisk {
Ok(res) => res,
Err(e) => {
if !DiskError::VolumeNotFound.is(&e) && !is_err_file_not_found(&e) {
error!("list_dir err {:?}", &e);
info!("list_dir err {:?}", &e);
}
if opts.report_notfound && is_err_file_not_found(&e) {