fix compilation error from sed rename in idle.rs
The bulk kent→user rename turned a format string variable reference into an undefined variable. Fixed. Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
parent
6d17e82843
commit
65ae8d483c
1 changed files with 1 additions and 1 deletions
|
|
@ -253,7 +253,7 @@ impl State {
|
||||||
self.claude_pane = Some(pane.to_string());
|
self.claude_pane = Some(pane.to_string());
|
||||||
}
|
}
|
||||||
self.save();
|
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 },
|
if pane.is_empty() { "unchanged" } else { pane },
|
||||||
self.activity_ewma);
|
self.activity_ewma);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue