[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498
Maximiliano Curia
maxy at moszumanska.debian.org
Fri Oct 14 14:29:02 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=b07e442
The following commit has been merged in the master branch:
commit b07e442b9769a891917d483337256efe8efa5986
Author: Albert Vaca <albertvaka at gmail.com>
Date: Fri Sep 11 01:12:34 2015 -0700
Less verbose plugin loader
---
core/pluginloader.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/core/pluginloader.cpp b/core/pluginloader.cpp
index 40f08e5..b264598 100644
--- a/core/pluginloader.cpp
+++ b/core/pluginloader.cpp
@@ -80,7 +80,7 @@ KdeConnectPlugin* PluginLoader::instantiatePluginForDevice(const QString& plugin
return ret;
}
- qCDebug(KDECONNECT_CORE) << "Loaded plugin:" << service.pluginId();
+ //qCDebug(KDECONNECT_CORE) << "Loaded plugin:" << service.pluginId();
return ret;
}
--
kdeconnect packaging
More information about the pkg-kde-commits
mailing list