diff --git a/Cargo.toml b/Cargo.toml index 2fc7eb2..905ad9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfreemkv" -version = "0.13.28" +version = "0.13.29" edition = "2024" rust-version = "1.86" license = "AGPL-3.0-only" diff --git a/src/disc/mod.rs b/src/disc/mod.rs index 214320f..081ae41 100644 --- a/src/disc/mod.rs +++ b/src/disc/mod.rs @@ -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,