aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/bin/sctd.rs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bin/sctd.rs b/src/bin/sctd.rs
index ca93fa8..d40f8d8 100644
--- a/src/bin/sctd.rs
+++ b/src/bin/sctd.rs
@@ -51,7 +51,10 @@ fn main() {
info!("setting temprature to {}", temp);
sctd::set_temp(temp);
} else {
- debug!("skipping temperature change as it hasn't changed ({})", temp);
+ debug!(
+ "skipping temperature change as it hasn't changed ({})",
+ temp
+ );
}
}
Err(e) => {