diff --git a/WatcherAgent/src/main.rs b/WatcherAgent/src/main.rs index 0a33294..6796e14 100644 --- a/WatcherAgent/src/main.rs +++ b/WatcherAgent/src/main.rs @@ -416,7 +416,7 @@ impl MetricsCollector { } fn get_cpu_temp() -> Option { - println!("Attempting to get CPU temperature..."); + println!("Attempting to get CPU temperature... "); #[cfg(target_os = "linux")] {