Lower message severity for KWIN_XWL

When the Xwayland process crashes, we will print a warning message, but
that warning message won't show up anywhere in the terminal because the
current message severity for KWIN_XWL is way too high.

This patch lowers the message severity for the KWIN_XWL logging category
so warning messages can be seen from the terminal.
remotes/origin/work/xwayland-code-improvements
Vlad Zahorodnii 6 years ago
parent 19ad172584
commit 5aef9da884
  1. 2
      CMakeLists.txt

@ -751,7 +751,7 @@ ecm_qt_declare_logging_category(kwin_XWAYLAND_SRCS
CATEGORY_NAME
kwin_xwl
DEFAULT_SEVERITY
Critical
Warning
)
set(kwin_WAYLAND_SRCS

Loading…
Cancel
Save