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

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


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

The following commit has been merged in the master branch:
commit b9be1e17d154f748fb0ac38cc2df02ed8e5156d3
Author: Aleix Pol <aleixpol at kde.org>
Date:   Sun Jun 12 20:16:19 2016 +0200

    Specify for which device we're not delivering the packages
---
 core/device.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/device.cpp b/core/device.cpp
index b972810..74f5ff0 100644
--- a/core/device.cpp
+++ b/core/device.cpp
@@ -332,7 +332,7 @@ void Device::privateReceivedPackage(const NetworkPackage& np)
     } else if (isTrusted()) {
         const QList<KdeConnectPlugin*> plugins = m_pluginsByIncomingInterface.values(np.type());
         if (plugins.isEmpty()) {
-            qWarning() << "discarding unsupported package" << np.type();
+            qWarning() << "discarding unsupported package" << np.type() << "for" << name();
         }
         foreach(KdeConnectPlugin* plugin, plugins) {
             plugin->receivePackage(np);

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list