]> git.mxchange.org Git - flightgear.git/commitdiff
ATCMGR: fix minor output formatting issue
authorThorstenB <brehmt@gmail.com>
Sun, 2 Oct 2011 11:22:09 +0000 (13:22 +0200)
committerThorstenB <brehmt@gmail.com>
Sun, 2 Oct 2011 11:22:09 +0000 (13:22 +0200)
src/ATC/atc_mgr.cxx

index 0345c2509d32cbb5ed58741af8447705de80cc20..409f8668d234223eb258fd4bd1cd561c4afac157 100644 (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();