mute normal conftree error message

This commit is contained in:
Jean-Francois Dockes 2020-04-16 18:00:52 +02:00
parent 938ba68915
commit a00a3b0fbb

View File

@ -242,8 +242,8 @@ ConfSimple::ConfSimple(const char *fname, int readonly, bool tildexp,
} }
fstream input = path_open(fname, mode); fstream input = path_open(fname, mode);
if (!input.is_open()) { if (!input.is_open()) {
LOGERR("ConfSimple::ConfSimple: fstream(w)("<<fname<<", "<< mode << LOGDEB("ConfSimple::ConfSimple: fstream(w)("<<fname<<", "<< mode <<
") errno" << errno << "\n"); ") errno " << errno << "\n");
} }
if (!readonly && !input.is_open()) { if (!readonly && !input.is_open()) {