From 5ddc4274c82fd14aa8a76e1ee44f7ccb8072962b Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 25 Aug 2023 22:44:29 -0700 Subject: [PATCH] testing --- status_cloud/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status_cloud/src/main.rs b/status_cloud/src/main.rs index d8fe1da..2579672 100644 --- a/status_cloud/src/main.rs +++ b/status_cloud/src/main.rs @@ -63,7 +63,7 @@ fn main() -> Result<(), Box> { 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(()); } };