From a00a3b0fbbdab51941dc8e48f388e50fb7f2f5ec Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Thu, 16 Apr 2020 18:00:52 +0200 Subject: [PATCH] mute normal conftree error message --- src/utils/conftree.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/conftree.cpp b/src/utils/conftree.cpp index 15eacd96..1f136a78 100644 --- a/src/utils/conftree.cpp +++ b/src/utils/conftree.cpp @@ -242,8 +242,8 @@ ConfSimple::ConfSimple(const char *fname, int readonly, bool tildexp, } fstream input = path_open(fname, mode); if (!input.is_open()) { - LOGERR("ConfSimple::ConfSimple: fstream(w)("<