From 68d1928e3dc84d04ee8bf55392fbc0d1eab42d51 Mon Sep 17 00:00:00 2001 From: nikstur Date: Sun, 23 Apr 2023 23:27:32 +0200 Subject: [PATCH] Revert "tool: don't silently ignore generations" This reverts commit 4f182704e0bf35d4553ac2812f91868de2a3fd2e. --- rust/tool/src/install.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/tool/src/install.rs b/rust/tool/src/install.rs index b41841b..e74d130 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::warn!( + log::debug!( "Ignoring generation {} because it's malformed: {e:#}", link.version );