[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:28:57 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=1a63d18

The following commit has been merged in the master branch:
commit 1a63d18adad2f1302d04c80a5e1b5b5fedd47bd5
Author: Albert Vaca <albertvaka at gmail.com>
Date:   Tue Sep 8 01:04:41 2015 -0700

    Print more info
---
 core/device.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/device.cpp b/core/device.cpp
index 1d02f68..6f71d50 100644
--- a/core/device.cpp
+++ b/core/device.cpp
@@ -346,7 +346,7 @@ void Device::privateReceivedPackage(const NetworkPackage& np)
         bool wantsPair = np.get<bool>("pair");
 
         if (wantsPair == isPaired()) {
-            qCDebug(KDECONNECT_CORE) << "Already" << (wantsPair? "paired":"unpaired");
+            qCDebug(KDECONNECT_CORE) << m_deviceName << "already" << (wantsPair? "paired":"unpaired");
             if (m_pairStatus == Device::Requested) {
                 m_pairStatus = Device::NotPaired;
                 m_pairingTimeut.stop();

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list