diff --git a/thalamus/src/idle.rs b/thalamus/src/idle.rs index 7f6bc27..774ae76 100644 --- a/thalamus/src/idle.rs +++ b/thalamus/src/idle.rs @@ -253,7 +253,7 @@ impl State { self.claude_pane = Some(pane.to_string()); } self.save(); - info!("user (pane={}, {user}={from_user}) ewma={:.3}", + info!("user (pane={}, from_user={from_user}) ewma={:.3}", if pane.is_empty() { "unchanged" } else { pane }, self.activity_ewma); }