[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:32 UTC 2016


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

The following commit has been merged in the master branch:
commit 8b8e1ce977373dd8a12520b0b1ddf5517c710ea8
Author: Martin Klapetek <mklapetek at kde.org>
Date:   Thu Nov 20 14:25:09 2014 +0100

    [kaccounts] Add some debug messages to ease debugging
---
 kaccounts/kaccounts-ktp-plugin.cpp | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/kaccounts/kaccounts-ktp-plugin.cpp b/kaccounts/kaccounts-ktp-plugin.cpp
index a20dd00..d47c0a9 100644
--- a/kaccounts/kaccounts-ktp-plugin.cpp
+++ b/kaccounts/kaccounts-ktp-plugin.cpp
@@ -115,6 +115,7 @@ void KAccountsKTpPlugin::onAccountCreated(const Accounts::AccountId accountId, c
     }
 
     if (!containsImService) {
+        qDebug() << "No IM service found, ignoring...";
         return;
     }
 
@@ -128,6 +129,8 @@ void KAccountsKTpPlugin::onAccountCreated(const Accounts::AccountId accountId, c
         providerName = QStringLiteral("google-talk");
     }
 
+    qDebug() << "Creating new Tp account for AccountId" << accountId;
+
     // Sometimes it can happen that the database is not yet synced with signond
     // and requesting data from it (GetCredentialsJob in onConnectionManagerReady)
     // may result in an error, so let's give it some grace time and only
@@ -191,6 +194,8 @@ void KAccountsKTpPlugin::onConnectionManagerReady(Tp::PendingOperation *op)
             properties.insert(QLatin1String("org.freedesktop.Telepathy.Account.Enabled"), true);
         }
 
+        qDebug() << "Sending account manager request to create new account";
+
         Tp::PendingAccount *pa = d->accountManager->createAccount(d->profile->cmName(),
                                                                   d->profile->protocolName(),
                                                                   credentials.value(QStringLiteral("UserName")).toString(),

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list