From 638666cc6242ca07aa7f29e23f4d58cad6de5660 Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 12 Dec 2022 21:21:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/Traffic/SchedFlight.c?= =?UTF-8?q?xx'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Traffic/SchedFlight.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/Traffic/SchedFlight.cxx b/src/Traffic/SchedFlight.cxx index d09d240..ca84daa 100644 --- a/src/Traffic/SchedFlight.cxx +++ b/src/Traffic/SchedFlight.cxx @@ -290,13 +290,15 @@ bool FGScheduledFlight::initializeAirports() departurePort = FGAirport::findByIdent(depId); if(departurePort == NULL) { - SG_LOG( SG_AI, SG_DEBUG, "Traffic manager could not find departure airport : " << depId); + //zhongjin + //SG_LOG( SG_AI, SG_DEBUG, "Traffic manager could not find departure airport : " << depId); return false; } arrivalPort = FGAirport::findByIdent(arrId); if(arrivalPort == NULL) { - SG_LOG( SG_AI, SG_DEBUG, "Traffic manager could not find arrival airport : " << arrId); + //zhongjin + //SG_LOG( SG_AI, SG_DEBUG, "Traffic manager could not find arrival airport : " << arrId); return false; }