FSX: Warning if file is not found

This commit is contained in:
Klaus Basan
2018-11-22 01:26:12 +01:00
parent 7f7cf2e031
commit ef340e6dba

View File

@@ -144,7 +144,7 @@ namespace BlackMisc
{
if (!this->hasExistingCorrespondingFile())
{
const CStatusMessage m = CStatusMessage(this).validationError("File '%1' not readable") << this->getFileName();
const CStatusMessage m = CStatusMessage(this).validationWarning("File '%1' not readable") << this->getFileName();
msgs.push_back(m);
}
else