BugFix: remove session filename from list or recent files if failed

loading.
This commit is contained in:
brunoherbelin
2020-10-07 20:18:11 +02:00
parent 82b755db84
commit 3aabb83ccf
3 changed files with 16 additions and 4 deletions

View File

@@ -221,7 +221,7 @@ bool tinyxml2::XMLResultError(int result)
XMLError xmlresult = (XMLError) result;
if ( xmlresult != XML_SUCCESS)
{
Log::Warning("XML error %i: %s", result, tinyxml2::XMLDocument::ErrorIDToName(xmlresult));
Log::Info("XML error %i: %s", result, tinyxml2::XMLDocument::ErrorIDToName(xmlresult));
return true;
}
return false;