From 5aef9da8841ba75c59b560597754631a993e3ca7 Mon Sep 17 00:00:00 2001 From: Vlad Zahorodnii Date: Mon, 20 Jul 2020 17:38:40 +0300 Subject: [PATCH] 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. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 25451d0780..68d2dd14a7 100644 --- a/CMakeLists.txt +++ b/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