1
0
Fork 0

Environment: Doesn’t need to be a warning

This commit is contained in:
Automatic Release Builder 2020-10-08 16:36:25 +01:00 committed by James Turner
parent b35b8c6147
commit e4c0e71424

View file

@ -284,7 +284,7 @@ FGEnvironmentMgr::updateClosestAirport()
FGAirport * nearestAirport = FGAirport::findClosest(pos, 100.0);
if( nearestAirport == NULL )
{
SG_LOG(SG_ENVIRONMENT,SG_WARN,"FGEnvironmentMgr::update: No airport within 100NM range");
SG_LOG(SG_ENVIRONMENT,SG_INFO,"FGEnvironmentMgr::update: No airport within 100NM range");
}
else
{