1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-20 03:09:06 +03:00

reduce 'cancel mux subscription' log from error -> error

This commit is contained in:
Wez Furlong 2022-09-22 07:32:56 -07:00
parent a0afe9c5ae
commit c839aeb431

View File

@ -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