ATCMGR: fix minor output formatting issue
This commit is contained in:
parent
ab84ff5904
commit
a6a6910653
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ void FGATCManager::init() {
|
||||||
if (park_index < 0) {
|
if (park_index < 0) {
|
||||||
SG_LOG( SG_GENERAL, SG_ALERT,
|
SG_LOG( SG_GENERAL, SG_ALERT,
|
||||||
"Failed to find parking position " << parking <<
|
"Failed to find parking position " << parking <<
|
||||||
" at airport " << airport << "at " << SG_ORIGIN);
|
" at airport " << airport << " at " << SG_ORIGIN);
|
||||||
}
|
}
|
||||||
if (parking.empty() || (park_index < 0)) {
|
if (parking.empty() || (park_index < 0)) {
|
||||||
controller = apt->getDynamics()->getTowerController();
|
controller = apt->getDynamics()->getTowerController();
|
||||||
|
|
Loading…
Reference in a new issue