disc: add warn trace for MEDIUM ERROR skip

This commit is contained in:
MattJackson
2026-04-27 21:38:03 -07:00
parent 2ce4c20221
commit 2067ebe485
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1423,7 +1423,7 @@ impl Disc {
// 0.13.28: MEDIUM ERROR (bad sector) — skip this sector
// and continue. Retry won't recover it. Fill in pass 2+.
let err = block_result.err().unwrap();
tracing::trace!(
tracing::warn!(
target: "freemkv::disc",
phase = "skip_bad_sector",
lba = block_lba,