getting more cpu data

This commit is contained in:
2025-08-11 20:06:11 +02:00
parent 8a49166718
commit d65e86c915

View File

@@ -44,7 +44,7 @@ impl Collector {
let hardware = match HardwareInfo::collect().await { let hardware = match HardwareInfo::collect().await {
Ok(hw) => hw, Ok(hw) => hw,
Err(e) => { Err(e) => {
eprintln!("Fehler beim Sammeln der Hardware-Infos: {e}"); eprintln!("Error collecting hardware-infos: {e}");
return Err(e); return Err(e);
} }
}; };