[SCM] ktp-common-internals packaging branch, master, updated. debian/15.12.1-2-1839-gf0635e9

Maximiliano Curia maxy at moszumanska.debian.org
Mon May 9 09:08:36 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-common-internals.git;a=commitdiff;h=0113ab1

The following commit has been merged in the master branch:
commit 0113ab16764c6cde39101ca7260bd3d1de791fcb
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Mon Dec 15 20:16:57 2014 +0100

    Fix Q_LOGGING_CATEGORY strings so they're not all ktp-logger
---
 KTp/debug.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/KTp/debug.cpp b/KTp/debug.cpp
index 3f6925c..35e1bd6 100644
--- a/KTp/debug.cpp
+++ b/KTp/debug.cpp
@@ -52,5 +52,5 @@ void KTp::Debug::installCallback(bool debug, bool warning)
     Tp::enableWarnings(warning);
 }
 
-Q_LOGGING_CATEGORY(KTP_COMMONINTERNALS, "ktp-logger")
-Q_LOGGING_CATEGORY(TELEPATHY_QT, "ktp-logger")
+Q_LOGGING_CATEGORY(KTP_COMMONINTERNALS, "ktp-common-internals")
+Q_LOGGING_CATEGORY(TELEPATHY_QT, "telepathy-qt")

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list