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


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

The following commit has been merged in the master branch:
commit bedba1e00921fd8a73374b803d6b4b91a439dc8d
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Wed Sep 28 19:35:02 2011 +0100

    Print debug at the right moment
---
 telepathy-handler-application.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/telepathy-handler-application.cpp b/telepathy-handler-application.cpp
index 27a2859..9bf7cfa 100644
--- a/telepathy-handler-application.cpp
+++ b/telepathy-handler-application.cpp
@@ -185,8 +185,8 @@ void TelepathyHandlerApplication::jobFinished()
     TelepathyHandlerApplication::Private *d = app->d;
 
     if (d->jobCount.fetchAndAddOrdered(-1) <= 1) {
-        kDebug() << "No other jobs at the moment. Starting timer.";
         if (!Private::s_persist && d->timeout >= 0) {
+            kDebug() << "No other jobs at the moment. Starting timer.";
             d->timer->start(d->timeout);
         }
     }

-- 
ktp-common-internals packaging



More information about the pkg-kde-commits mailing list