[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:14:38 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=7115595

The following commit has been merged in the master branch:
commit 7115595f6378c65295e07a65574527cc1365ca7a
Author: David Edmundson <kde at davidedmundson.co.uk>
Date:   Tue Nov 13 06:30:41 2012 +0900

    add debug output on connection disconnection
---
 error-handler.cpp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/error-handler.cpp b/error-handler.cpp
index fa54f7f..972c7ad 100644
--- a/error-handler.cpp
+++ b/error-handler.cpp
@@ -22,6 +22,7 @@
 
 #include <KNotification>
 #include <KAboutData>
+#include <KDebug>
 
 #include <KTp/error-dictionary.h>
 
@@ -54,6 +55,10 @@ void ErrorHandler::onConnectionStatusChanged(const Tp::ConnectionStatus status)
 
         Tp::ConnectionStatusReason reason = account->connectionStatusReason();
 
+        kDebug() << reason;
+        kDebug() << account->connectionError();
+        kDebug() << account->connectionErrorDetails().allDetails();
+
         switch (reason) {
             case Tp::ConnectionStatusReasonRequested:
                 //do nothing

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list