tool: don't silently ignore generations
This commit is contained in:
parent
be458e3385
commit
4f182704e0
|
@ -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
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue