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.
master
Vlad Zahorodnii 2020-07-20 17:38:40 +03:00
parent 19ad172584
commit 5aef9da884
1 changed files with 1 additions and 1 deletions

View File

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