From 4c4d59b85e3b89812cede60dea8cf0d0185695ae Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 28 Jun 2017 21:57:30 +0300 Subject: Hide xml errors if flag allow to hide it. --- src/utils/xml/pugixml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/utils/xml/pugixml.cpp') diff --git a/src/utils/xml/pugixml.cpp b/src/utils/xml/pugixml.cpp index 0c9e2bee9..bf94c3443 100644 --- a/src/utils/xml/pugixml.cpp +++ b/src/utils/xml/pugixml.cpp @@ -103,7 +103,7 @@ namespace XML } file.close(); } - else + else if (skipError == SkipError_false) { reportAlways("Error loading XML file %s", filename.c_str()); -- cgit v1.2.3-60-g2f50