testing
This commit is contained in:
parent
395244fbc1
commit
5ddc4274c8
1 changed files with 1 additions and 1 deletions
|
@ -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(());
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue