From b7ea892bd13e13eb6be0ea398a6e80ff04f30695 Mon Sep 17 00:00:00 2001 From: Brendan Klare Date: Thu, 29 Jan 2015 16:47:15 -0500 Subject: [PATCH] Fix --- openbr/plugins/misc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbr/plugins/misc.cpp b/openbr/plugins/misc.cpp index 2424ced..f5b3a28 100644 --- a/openbr/plugins/misc.cpp +++ b/openbr/plugins/misc.cpp @@ -130,7 +130,7 @@ private: } } if (dst.file.fte) - qWarning("Error opening %s from %s", qPrintable(file.flat()), qPrintable(QDir::currentPath())); + qWarning("Error opening %s", qPrintable(src.file.flat())); } }; BR_REGISTER(Transform, ReadTransform) -- libgit2 0.21.4