We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8739874 commit 7c4d1d3Copy full SHA for 7c4d1d3
1 file changed
src/numerical.rs
@@ -21,6 +21,10 @@ pub async fn collect_data(
21
22
// for CPU temp
23
let mut components = Components::new_with_refreshed_list();
24
+ debug!(
25
+ "Found these components to monitor with numerical: {:?}",
26
+ components
27
+ );
28
let mut temperature_component = components
29
.iter_mut()
30
.find(|x| x.label() == "coretemp Core 0");
0 commit comments