This commit is contained in:
Nickiel12 2023-08-25 22:44:29 -07:00
parent 395244fbc1
commit 5ddc4274c8

View file

@ -63,7 +63,7 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
match Command::new("hddtemp").output() {
Ok(val) => val,
Err(e) => {
println!("Error running hddtemp: {}", e.to_string());
println!("Error running hddtemp at all: {}", e.to_string());
return Ok(());
}
};