Silence plugin dir debug print
This is printed before logging filters are set because it's needed for generating the --help text. There shouldn't be a debug print at this place yet.
This commit is contained in:
parent
eaaf2e0188
commit
a95b2de303
@ -165,7 +165,6 @@ QList<QJsonObject> ThingManagerImplementation::pluginsMetadata()
|
|||||||
|
|
||||||
foreach (const QString &path, searchDirs) {
|
foreach (const QString &path, searchDirs) {
|
||||||
QDir dir(path);
|
QDir dir(path);
|
||||||
qCDebug(dcThingManager) << "Loading plugins from:" << dir.absolutePath();
|
|
||||||
foreach (const QString &entry, dir.entryList({"*.so", "*.js", "*.py"}, QDir::Files)) {
|
foreach (const QString &entry, dir.entryList({"*.so", "*.js", "*.py"}, QDir::Files)) {
|
||||||
|
|
||||||
QFileInfo fi(path + '/' + entry);
|
QFileInfo fi(path + '/' + entry);
|
||||||
|
|||||||
Reference in New Issue
Block a user