diff --git a/dash-frontend/src/util/desktop_finder.rs b/dash-frontend/src/util/desktop_finder.rs index 593ad67e..28874724 100644 --- a/dash-frontend/src/util/desktop_finder.rs +++ b/dash-frontend/src/util/desktop_finder.rs @@ -139,7 +139,7 @@ impl DesktopFinder { res.push(entry); } - log::error!("App entry cache rebuild took {:?}", start.elapsed()); + log::debug!("App entry cache rebuild took {:?}", start.elapsed()); res }