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

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:42 UTC 2016


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

The following commit has been merged in the master branch:
commit 70d447f58faa35f27e20d57fd49833f57ae43863
Author: Aleix Pol <aleixpol at kde.org>
Date:   Wed Jun 1 01:14:30 2016 +0200

    better debug information
---
 core/device.cpp | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/core/device.cpp b/core/device.cpp
index fe215eb..f4c70a2 100644
--- a/core/device.cpp
+++ b/core/device.cpp
@@ -133,7 +133,11 @@ void Device::reloadPlugins()
                 && (m_incomingCapabilities & outgoingInterfaces).isEmpty()
                 && (m_outgoingCapabilities & incomingInterfaces).isEmpty()
             ) {
-                qCWarning(KDECONNECT_CORE) << "not loading " << pluginName << "because of unmatched capabilities";
+                if (!m_incomingCapabilities.isEmpty() || !m_outgoingCapabilities.isEmpty()) {
+                    qCWarning(KDECONNECT_CORE) << "not loading " << pluginName << "because of unmatched capabilities" <<
+                        outgoingInterfaces << incomingInterfaces;
+                }
+
                 unsupportedPlugins.append(pluginName);
                 continue;
             }

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list