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


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

The following commit has been merged in the master branch:
commit c326565097eb4639e896beb7733ec8032abf6446
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Wed Nov 14 12:04:15 2012 +0100

    Add debug comments
---
 KTp/telepathy-handler-application.cpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/KTp/telepathy-handler-application.cpp b/KTp/telepathy-handler-application.cpp
index 179b018..8056dd1 100644
--- a/KTp/telepathy-handler-application.cpp
+++ b/KTp/telepathy-handler-application.cpp
@@ -200,6 +200,7 @@ int TelepathyHandlerApplication::newJob()
             d->firstJobStarted = true;
         }
     }
+    kDebug() << "New job started." << d->jobCount << "jobs currently running";
     return ret;
 }
 
@@ -214,6 +215,7 @@ void TelepathyHandlerApplication::jobFinished()
             d->timer->start(d->timeout);
         }
     }
+    kDebug() << "Job finished." << d->jobCount << "jobs currently running";
 }
 
 } // namespace KTp

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list