Environment: Doesn’t need to be a warning
This commit is contained in:
parent
b35b8c6147
commit
e4c0e71424
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue