From 88b0f7c50784548ded62c34a3addced8e169cb42 Mon Sep 17 00:00:00 2001 From: Josh Klontz Date: Sat, 1 Nov 2014 12:07:51 -0400 Subject: [PATCH] always print out LoadStore loading path --- 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 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); -- libgit2 0.21.4