From e4c0e71424bd8c124e1f2eebce994a776f21a697 Mon Sep 17 00:00:00 2001 From: Automatic Release Builder Date: Thu, 8 Oct 2020 16:36:25 +0100 Subject: [PATCH] =?UTF-8?q?Environment:=20Doesn=E2=80=99t=20need=20to=20be?= =?UTF-8?q?=20a=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Environment/environment_mgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Environment/environment_mgr.cxx b/src/Environment/environment_mgr.cxx index e5f6bdd5f..12c224cc1 100644 --- a/src/Environment/environment_mgr.cxx +++ b/src/Environment/environment_mgr.cxx @@ -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 {