1
Fork 0
mirror of https://github.com/RGBCube/superfreq synced 2025-07-27 17:07:44 +00:00

system: update debug log

Co-authored-by: bloxx12 <charlie@charlieroot.dev>
This commit is contained in:
RGBCube 2025-06-13 12:16:41 +00:00 committed by GitHub
parent e9e1df90e6
commit 496f5a7f35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -320,7 +320,7 @@ impl System {
}
fn is_desktop(&mut self) -> anyhow::Result<bool> {
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")?
{