Set default logging category to Critical

This commit is contained in:
Martin Gräßlin 2015-07-31 16:28:56 +02:00
parent 69832442a1
commit f78c65033b

View file

@ -18,4 +18,4 @@ You should have received a copy of the GNU Lesser General Public
License along with this library. If not, see <http://www.gnu.org/licenses/>.
*********************************************************************/
#include "logging_p.h"
Q_LOGGING_CATEGORY(KWAYLAND_SERVER, "kwayland-server");
Q_LOGGING_CATEGORY(KWAYLAND_SERVER, "kwayland-server", QtCriticalMsg);