Quiet some noisy log messages
This commit is contained in:
parent
9b25e25935
commit
3b3e69e358
2 changed files with 0 additions and 2 deletions
|
@ -226,7 +226,6 @@ bool FGAIFlightPlan::parseProperties(const std::string& filename)
|
|||
{
|
||||
SGPath fp = globals->findDataPath("AI/FlightPlans/" + filename);
|
||||
if (!fp.exists()) {
|
||||
SG_LOG(SG_AI, SG_WARN, "Couldn't find AI flightplan '" << filename << "'");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
|
@ -360,7 +360,6 @@ SGPath FGGlobals::findDataPath(const std::string& pathSuffix) const
|
|||
}
|
||||
}
|
||||
|
||||
SG_LOG(SG_IO, SG_WARN, "not found in any data path: '" << pathSuffix << "'");
|
||||
return SGPath{};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue