]> git.mxchange.org Git - flightgear.git/commitdiff
ban not so informative message
authormfranz <mfranz>
Mon, 28 Nov 2005 10:18:39 +0000 (10:18 +0000)
committermfranz <mfranz>
Mon, 28 Nov 2005 10:18:39 +0000 (10:18 +0000)
src/AIModel/AICarrier.cxx

index 525592c740b275e152710d4a494477aa0c485a98..e403fd161e18dcf9d2ded73d27063d42eb2bae56 100644 (file)
@@ -880,7 +880,7 @@ bool FGAICarrier::OutsideBox(){ //returns true if the carrier is outside operati
         else if (pos[0] >= initialpos[0] + min_long) {return true;}
     }
     
-    SG_LOG(SG_GENERAL, SG_INFO,"AICarrier: Inside Operating Box" );
+    SG_LOG(SG_GENERAL, SG_BULK,"AICarrier: Inside Operating Box" );
    
     return false;