diff --git a/src/win.c b/src/win.c index 730f673..0a748df 100644 --- a/src/win.c +++ b/src/win.c @@ -434,7 +434,7 @@ void win_process_update_flags(session_t *ps, struct managed_win *w) { // Whether the window was visible before we process the mapped flag. i.e. is the // window just mapped. bool was_visible = win_is_real_visible(w); - log_debug("Processing flags for window %#010x (%s), was visible: %d", w->base.id, + log_trace("Processing flags for window %#010x (%s), was visible: %d", w->base.id, w->name, was_visible); if (win_check_flags_all(w, WIN_FLAGS_MAPPED)) {