diff --git a/xmpd-cache/src/lib.rs b/xmpd-cache/src/lib.rs index 346f82f..3b1d6e4 100644 --- a/xmpd-cache/src/lib.rs +++ b/xmpd-cache/src/lib.rs @@ -55,7 +55,9 @@ impl Cache { } } } - anyhow::bail!("Tool {} was not found", tool_path) + // anyhow::bail!("Tool {} was not found", tool_path) + log::error!("Tool {tool_path:?} doesnt exist!"); + Ok(()) } pub fn init(&mut self) -> Result> { // Check for missing tooling