]> git.mxchange.org Git - flightgear.git/blobdiff - src/AIModel/AIEscort.cxx
Make parameter "roll-factor" settable in scenario files
[flightgear.git] / src / AIModel / AIEscort.cxx
index 2125b6ac478659513301e975e9f0c877ed7ccfc7..680b5113f992920e112b3c3ea1dbe00edfaab692 100644 (file)
@@ -314,7 +314,7 @@ void FGAIEscort::setStationSpeed(){
     // these are the AI rules for the manoeuvring of escorts
 
     if (_MPControl && _tgtrange > 4 * _stn_limit){
-        SG_LOG(SG_GENERAL, SG_ALERT, "AIEscort: " << _name
+        SG_LOG(SG_AI, SG_ALERT, "AIEscort: " << _name
             << " re-aligning to MP pos");
         pos = _tgtpos;
         speed = 0;