From 1ab578d999a8220139bc092dc034dd5f2948f747 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Sat, 27 Dec 2025 22:32:07 +0900 Subject: [PATCH] app entry cache build log level --- dash-frontend/src/util/desktop_finder.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }