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


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

The following commit has been merged in the master branch:
commit c04b4bdf58abefad9d9bec780f5caa217f3284a6
Author: George Goldberg <grundleborg at googlemail.com>
Date:   Sun Jul 5 17:46:14 2009 +0000

    Add some debug statements.
    
    svn path=/trunk/playground/network/telepathy-integration-daemon/; revision=991804
---
 kpeople/nepomuk-feeder/telepathyaccount.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kpeople/nepomuk-feeder/telepathyaccount.cpp b/kpeople/nepomuk-feeder/telepathyaccount.cpp
index 41269a7..055291f 100644
--- a/kpeople/nepomuk-feeder/telepathyaccount.cpp
+++ b/kpeople/nepomuk-feeder/telepathyaccount.cpp
@@ -120,12 +120,14 @@ void TelepathyAccount::doAkonadiSetup()
         if (agent.type().identifier() == "telepathy_contacts_resource") {
             if (agent.type().identifier() == "telepathy_contacts_resource") {
                 // This is our agent. Nothing to do. Return.
+                kDebug() << "This telepathy account already has a Akonadi Resource for it.";
                 return;
             }
         }
     }
 
     // If we reach here, the agent doesn't exist for this account, so create an instance of it.
+    kDebug() << "This telepathy account doesn't already have an Akonadi Resource for it. Create one.";
     // TODO: Implement me!
 }
 

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list