Commit ece1468eb0cd9079d6022a7f828dae8d58a7fd7d

Authored by Josh Klontz
1 parent f2c697fb

LoadStoreTransform now prints out full path to loaded model file

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(baseName));
  608 + if (Globals->verbose) qDebug("Loading %s", qPrintable(file));
609 609 QByteArray data;
610 610 QtUtils::readFile(file, data, true);
611 611 QDataStream stream(&data, QFile::ReadOnly);
... ...