From kde-commits Wed Nov 30 21:36:59 2016 From: Kevin Funk Date: Wed, 30 Nov 2016 21:36:59 +0000 To: kde-commits Subject: [kdev-cppcheck] /: Streamline logging categories Message-Id: X-MARC-Message: https://marc.info/?l=kde-commits&m=148054182729035 Git commit 1646337358a4b5503a724e59f19bd4da2e155c21 by Kevin Funk. Committed on 30/11/2016 at 21:36. Pushed by kfunk into branch 'master'. Streamline logging categories M +1 -1 debug.cpp https://commits.kde.org/kdev-cppcheck/1646337358a4b5503a724e59f19bd4da2e155= c21 diff --git a/debug.cpp b/debug.cpp index 26f4c2f..4d45fb3 100644 --- a/debug.cpp +++ b/debug.cpp @@ -18,4 +18,4 @@ = #include "debug.h" = -Q_LOGGING_CATEGORY(KDEV_CPPCHECK, "kdev.cppcheck") +Q_LOGGING_CATEGORY(KDEV_CPPCHECK, "kdevelop.plugins.cppcheck")