Commit 88b0f7c50784548ded62c34a3addced8e169cb42
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,7 +605,7 @@ private: | ||
| 605 | const QString file = getFileName(); | 605 | const QString file = getFileName(); |
| 606 | if (file.isEmpty()) return false; | 606 | if (file.isEmpty()) return false; |
| 607 | 607 | ||
| 608 | - if (Globals->verbose) qDebug("Loading %s", qPrintable(file)); | 608 | + qDebug("Loading %s", qPrintable(file)); |
| 609 | QByteArray data; | 609 | QByteArray data; |
| 610 | QtUtils::readFile(file, data, true); | 610 | QtUtils::readFile(file, data, true); |
| 611 | QDataStream stream(&data, QFile::ReadOnly); | 611 | QDataStream stream(&data, QFile::ReadOnly); |