更新 'src/Traffic/SchedFlight.cxx'
This commit is contained in:
parent
638666cc62
commit
80c49fbf80
@ -291,14 +291,14 @@ bool FGScheduledFlight::initializeAirports()
|
||||
if(departurePort == NULL)
|
||||
{
|
||||
//zhongjin
|
||||
//SG_LOG( SG_AI, SG_DEBUG, "Traffic manager could not find departure airport : " << depId);
|
||||
SG_LOG( SG_AI, SG_DEBUG, "Traffic manager could not find departure airport : " << depId);
|
||||
return false;
|
||||
}
|
||||
arrivalPort = FGAirport::findByIdent(arrId);
|
||||
if(arrivalPort == NULL)
|
||||
{
|
||||
//zhongjin
|
||||
//SG_LOG( SG_AI, SG_DEBUG, "Traffic manager could not find arrival airport : " << arrId);
|
||||
SG_LOG( SG_AI, SG_DEBUG, "Traffic manager could not find arrival airport : " << arrId);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user