Specify for which device we're not delivering the packages
This commit is contained in:
parent
bdff499965
commit
b9be1e17d1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue