disc: add warn trace for MEDIUM ERROR skip
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "libfreemkv"
|
name = "libfreemkv"
|
||||||
version = "0.13.28"
|
version = "0.13.29"
|
||||||
edition = "2024"
|
edition = "2024"
|
||||||
rust-version = "1.86"
|
rust-version = "1.86"
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
|
|||||||
+1
-1
@@ -1423,7 +1423,7 @@ impl Disc {
|
|||||||
// 0.13.28: MEDIUM ERROR (bad sector) — skip this sector
|
// 0.13.28: MEDIUM ERROR (bad sector) — skip this sector
|
||||||
// and continue. Retry won't recover it. Fill in pass 2+.
|
// and continue. Retry won't recover it. Fill in pass 2+.
|
||||||
let err = block_result.err().unwrap();
|
let err = block_result.err().unwrap();
|
||||||
tracing::trace!(
|
tracing::warn!(
|
||||||
target: "freemkv::disc",
|
target: "freemkv::disc",
|
||||||
phase = "skip_bad_sector",
|
phase = "skip_bad_sector",
|
||||||
lba = block_lba,
|
lba = block_lba,
|
||||||
|
|||||||
Reference in New Issue
Block a user