Change common warning to debug

This commit is contained in:
Simon Walton 2019-01-23 21:02:52 -08:00 committed by GitHub
parent 74748b15fd
commit cc6caa61a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,7 +120,7 @@ bool isDisabled(QJsonObject metaData) {
}
if (!_pluginFilter(pluginMetaData)) {
qCWarning(plugins) << "Plugin" << qPrintable(plugin) << "doesn't pass provided filter";
qCDebug(plugins) << "Plugin" << qPrintable(plugin) << "doesn't pass provided filter";
continue;
}