1
0
Fork 0

ATCMGR: fix minor output formatting issue

This commit is contained in:
ThorstenB 2011-10-02 13:22:09 +02:00
parent ab84ff5904
commit a6a6910653

View file

@ -109,7 +109,7 @@ void FGATCManager::init() {
if (park_index < 0) {
SG_LOG( SG_GENERAL, SG_ALERT,
"Failed to find parking position " << parking <<
" at airport " << airport << "at " << SG_ORIGIN);
" at airport " << airport << " at " << SG_ORIGIN);
}
if (parking.empty() || (park_index < 0)) {
controller = apt->getDynamics()->getTowerController();