Improve AI parking-pushback warning message
Specify the airport when a parking has no associated pushback route. Improvement from WKitty42
This commit is contained in:
parent
28a77ed1d9
commit
9000185b92
1 changed files with 2 additions and 1 deletions
|
@ -138,7 +138,8 @@ bool FGAIFlightPlan::createPushBack(FGAIAircraft *ac,
|
|||
// there aren't any routes for this parking.
|
||||
if (!pushForwardSegment) {
|
||||
SG_LOG(SG_AI, SG_DEV_WARN, "Gate " << parking->ident() << "/" << parking->getName()
|
||||
<< "doesn't seem to have routes associated with it.");
|
||||
<< " at " << dep->getId()
|
||||
<< " doesn't seem to have routes associated with it.");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue