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