diff --git a/openbr/plugins/io/download.cpp b/openbr/plugins/io/download.cpp index 1d3dd87..dbffb5e 100644 --- a/openbr/plugins/io/download.cpp +++ b/openbr/plugins/io/download.cpp @@ -111,6 +111,9 @@ private: dst.file.set("ImageID", QVariant(QCryptographicHash::hash(data, QCryptographicHash::Md5).toHex())); dst.file.set("AlgorithmID", data.isEmpty() ? 0 : (mode == Decoded ? 5 : 3)); + } else { + dst.file.fte = true; + qWarning("Error opening %s", qPrintable(url)); } } };