mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-05 17:55:45 +08:00
FSX: Warning if file is not found
This commit is contained in:
@@ -144,7 +144,7 @@ namespace BlackMisc
|
|||||||
{
|
{
|
||||||
if (!this->hasExistingCorrespondingFile())
|
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);
|
msgs.push_back(m);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user