diff --git a/lib/dvb/metaparser.cpp b/lib/dvb/metaparser.cpp index 9c2f8b98b33..cce98578898 100644 --- a/lib/dvb/metaparser.cpp +++ b/lib/dvb/metaparser.cpp @@ -210,8 +210,10 @@ int eDVBMetaParser::updateMeta(const std::string &tsname) ref.path = ""; CFile f(filename.c_str(), "w"); - if (!f) + if (!f) { + eDebug("[eDVBMetaParser] error updateMeta, couldn't open '%s' for writing: %m", filename.c_str()); return -ENOENT; + } if (ref.getName().empty()) {