mute normal conftree error message
This commit is contained in:
parent
938ba68915
commit
a00a3b0fbb
@ -242,7 +242,7 @@ 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");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user