From ece1468eb0cd9079d6022a7f828dae8d58a7fd7d Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Wed, 29 Oct 2014 13:01:28 -0400 Subject: [PATCH] LoadStoreTransform now prints out full path to loaded model file --- openbr/plugins/meta.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/meta.cpp b/openbr/plugins/meta.cpp index 56bd045..5b4e8be 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(baseName)); + if (Globals->verbose) qDebug("Loading %s", qPrintable(file)); QByteArray data; QtUtils::readFile(file, data, true); QDataStream stream(&data, QFile::ReadOnly); -- libgit2 0.21.4