summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index 433209c..722d050 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -160,7 +160,7 @@ async fn poll_bambu(
{
Ok(c) => c,
Err(e) => {
- error!(name, error = %e, "Failed to build TLS connector for Bambu printer");
+ error!(name, error = %e, "Failed to build TLS connector — this printer will not be polled");
return;
}
};