From 496f5a7f35615a92f3629d142f4aa379ab486ba5 Mon Sep 17 00:00:00 2001 From: RGBCube Date: Fri, 13 Jun 2025 12:16:41 +0000 Subject: [PATCH] system: update debug log Co-authored-by: bloxx12 --- src/system.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/system.rs b/src/system.rs index 768142c..fccf624 100644 --- a/src/system.rs +++ b/src/system.rs @@ -320,7 +320,7 @@ impl System { } fn is_desktop(&mut self) -> anyhow::Result { - log::debug!("checking chassis type to determine if we are a desktop"); + log::debug!("checking chassis type to determine if system is a desktop"); if let Some(chassis_type) = fs::read("/sys/class/dmi/id/chassis_type") .context("failed to read chassis type")? {