Commit 88b0f7c50784548ded62c34a3addced8e169cb42

Authored by Josh Klontz
1 parent 2629448a

always print out LoadStore loading path

Showing 1 changed file with 1 additions and 1 deletions
openbr/plugins/meta.cpp
... ... @@ -605,7 +605,7 @@ private:
605 605 const QString file = getFileName();
606 606 if (file.isEmpty()) return false;
607 607  
608   - if (Globals->verbose) qDebug("Loading %s", qPrintable(file));
  608 + qDebug("Loading %s", qPrintable(file));
609 609 QByteArray data;
610 610 QtUtils::readFile(file, data, true);
611 611 QDataStream stream(&data, QFile::ReadOnly);
... ...