From a6a6910653a89f10627debaeb803ca78e91ea6fd Mon Sep 17 00:00:00 2001 From: ThorstenB Date: Sun, 2 Oct 2011 13:22:09 +0200 Subject: [PATCH] ATCMGR: fix minor output formatting issue --- src/ATC/atc_mgr.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.5