getting more cpu data
This commit is contained in:
@@ -44,7 +44,7 @@ impl Collector {
|
||||
let hardware = match HardwareInfo::collect().await {
|
||||
Ok(hw) => hw,
|
||||
Err(e) => {
|
||||
eprintln!("Fehler beim Sammeln der Hardware-Infos: {e}");
|
||||
eprintln!("Error collecting hardware-infos: {e}");
|
||||
return Err(e);
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user