Whoops, lazy copy/paste job.
This commit is contained in:
parent
0fca002ab6
commit
b482188848
1 changed files with 2 additions and 2 deletions
|
@ -936,8 +936,8 @@ static bool fgSetPosFromAirportIDandParkpos( const string& id, const string& par
|
|||
}
|
||||
if (acOperator.empty() || fltType == "NONE") {
|
||||
SG_LOG(SG_GENERAL, SG_INFO,
|
||||
"Aircraft type information not found in: " << acData.str() << ". Using default value");
|
||||
acOperator = fgGetString("/sim/aircraft-class" );
|
||||
"Aircraft operator information not found in: " << acData.str() << ". Using default value");
|
||||
acOperator = fgGetString("/sim/aircraft-operator" );
|
||||
}
|
||||
|
||||
cerr << "Running aircraft " << fltType << " of livery " << acOperator << endl;
|
||||
|
|
Loading…
Reference in a new issue