From f78c65033b3832e78c876dd26e2fa07a430e9087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Fri, 31 Jul 2015 16:28:56 +0200 Subject: [PATCH] Set default logging category to Critical --- src/wayland/server/logging.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wayland/server/logging.cpp b/src/wayland/server/logging.cpp index bbe44a1ebd..a2a61c5504 100644 --- a/src/wayland/server/logging.cpp +++ b/src/wayland/server/logging.cpp @@ -18,4 +18,4 @@ You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . *********************************************************************/ #include "logging_p.h" -Q_LOGGING_CATEGORY(KWAYLAND_SERVER, "kwayland-server"); +Q_LOGGING_CATEGORY(KWAYLAND_SERVER, "kwayland-server", QtCriticalMsg);