diff --git a/rust/tool/src/install.rs b/rust/tool/src/install.rs index e74d130..b41841b 100644 --- a/rust/tool/src/install.rs +++ b/rust/tool/src/install.rs @@ -172,7 +172,7 @@ impl Installer { // Ignore failing to read a generation so that old malformed generations do not stop // lzbt from working. if let Err(e) = &generation_result { - log::debug!( + log::warn!( "Ignoring generation {} because it's malformed: {e:#}", link.version );