Add a warning log for missing laptop model

This commit is contained in:
Luke D. Jones
2024-05-17 19:36:39 +12:00
parent a20837f252
commit a36ac2b6d3
2 changed files with 98 additions and 96 deletions

View File

@@ -105,6 +105,8 @@ impl LedSupportFile {
}
}
return Some(config.clone());
} else {
warn!("the aura_support.ron file has no entry for this model: {device_name}, {product_id}")
}
}
None