From 1492b5fff50d456c5e4f6b07dbf72c45114cf152 Mon Sep 17 00:00:00 2001 From: Jean-Francois Dockes Date: Wed, 30 Sep 2020 15:02:15 +0200 Subject: [PATCH] remove log message --- src/utils/pathut.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/utils/pathut.cpp b/src/utils/pathut.cpp index b0df3f53..80e502b1 100644 --- a/src/utils/pathut.cpp +++ b/src/utils/pathut.cpp @@ -925,7 +925,6 @@ bool path_streamopen(const std::string& path, int mode, std::fstream& outstream) outstream.open(path, std::ios_base::openmode(mode)); #endif if (!outstream.is_open()) { - LOGERR("path_streamopen("<