mirror of
https://github.com/wez/wezterm.git
synced 2024-11-27 12:23:46 +03:00
reduce 'cancel mux subscription' log from error -> error
This commit is contained in:
parent
a0afe9c5ae
commit
c839aeb431
@ -1266,7 +1266,7 @@ impl TermWindow {
|
||||
let mux = Mux::get().expect("mux is calling us");
|
||||
if mux.get_window(mux_window_id).is_none() {
|
||||
// Something inconsistent: cancel subscription
|
||||
log::error!(
|
||||
log::debug!(
|
||||
"PaneOutput: wanted mux_window_id={} from mux, but \
|
||||
was not found, cancel mux subscription",
|
||||
mux_window_id
|
||||
|
Loading…
Reference in New Issue
Block a user