Revert "tool: don't silently ignore generations"

This reverts commit 4f182704e0.
This commit is contained in:
nikstur 2023-04-23 23:27:32 +02:00
parent 4f182704e0
commit 68d1928e3d
1 changed files with 1 additions and 1 deletions

View File

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