From: ThorstenB Date: Sun, 2 Oct 2011 11:22:09 +0000 (+0200) Subject: ATCMGR: fix minor output formatting issue X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a6a6910653a89f10627debaeb803ca78e91ea6fd;p=flightgear.git ATCMGR: fix minor output formatting issue --- diff --git a/src/ATC/atc_mgr.cxx b/src/ATC/atc_mgr.cxx index 0345c2509..409f8668d 100644 --- a/src/ATC/atc_mgr.cxx +++ b/src/ATC/atc_mgr.cxx @@ -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();