[SCM] ktp-accounts-kcm packaging branch, master, updated. debian/15.12.1-1-1157-gc4589c5

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:01:13 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-accounts-kcm.git;a=commitdiff;h=f4e84da

The following commit has been merged in the master branch:
commit f4e84da6fc774fee7747e753dfed811a9b89c70b
Author: Daniele E. Domenichelli <daniele.domenichelli at gmail.com>
Date:   Fri Dec 30 02:09:38 2011 +0100

    Change non-warning kWarning to kDebug
---
 src/salut-enabler.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/salut-enabler.cpp b/src/salut-enabler.cpp
index 10a16d0..8cb1e03 100644
--- a/src/salut-enabler.cpp
+++ b/src/salut-enabler.cpp
@@ -233,7 +233,7 @@ void SalutEnabler::onUserAccepted()
 
 void SalutEnabler::onAccountCreated(Tp::PendingOperation* op)
 {
-    kWarning() << "Account created";
+    kDebug() << "Account created";
     if (op->isError()) {
         kWarning() << "Creating Account failed:" << op->errorName() << op->errorMessage();
     }

-- 
ktp-accounts-kcm packaging



More information about the pkg-kde-commits mailing list