Commit b7ea892bd13e13eb6be0ea398a6e80ff04f30695

Authored by Brendan Klare
1 parent 28a0f9e0

Fix

Showing 1 changed file with 1 additions and 1 deletions
openbr/plugins/misc.cpp
... ... @@ -130,7 +130,7 @@ private:
130 130 }
131 131 }
132 132 if (dst.file.fte)
133   - qWarning("Error opening %s from %s", qPrintable(file.flat()), qPrintable(QDir::currentPath()));
  133 + qWarning("Error opening %s", qPrintable(src.file.flat()));
134 134 }
135 135 };
136 136 BR_REGISTER(Transform, ReadTransform)
... ...