diff --git a/openbr/plugins/meta.cpp b/openbr/plugins/meta.cpp index 5b4e8be..3d744d2 100644 --- a/openbr/plugins/meta.cpp +++ b/openbr/plugins/meta.cpp @@ -605,7 +605,7 @@ private: const QString file = getFileName(); if (file.isEmpty()) return false; - if (Globals->verbose) qDebug("Loading %s", qPrintable(file)); + qDebug("Loading %s", qPrintable(file)); QByteArray data; QtUtils::readFile(file, data, true); QDataStream stream(&data, QFile::ReadOnly);