Skip to content

Commit 7c4d1d3

Browse files
committed
print all components:
1 parent 8739874 commit 7c4d1d3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/numerical.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ pub async fn collect_data(
2121

2222
// for CPU temp
2323
let mut components = Components::new_with_refreshed_list();
24+
debug!(
25+
"Found these components to monitor with numerical: {:?}",
26+
components
27+
);
2428
let mut temperature_component = components
2529
.iter_mut()
2630
.find(|x| x.label() == "coretemp Core 0");

0 commit comments

Comments
 (0)