app entry cache build log level

This commit is contained in:
galister
2025-12-27 22:32:07 +09:00
parent 9b10082b71
commit 1ab578d999

View File

@@ -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
}