]> git.mxchange.org Git - flightgear.git/commitdiff
this may be informative on first sight, but not when output in a loop
authormfranz <mfranz>
Sat, 22 Oct 2005 19:33:32 +0000 (19:33 +0000)
committermfranz <mfranz>
Sat, 22 Oct 2005 19:33:32 +0000 (19:33 +0000)
src/AIModel/AICarrier.cxx

index 9a15a840d7134e88f0271e85b9a6589e8224fa8e..742b026b85c10e55c76ad1bca50272791d4a4fe7 100644 (file)
@@ -860,7 +860,7 @@ void FGAICarrier::UpdateTACAN(double dt){ //update the TACAN
 bool FGAICarrier::OutsideBox(){ //returns true if the carrier is outside operating box
 
     if ( max_lat == 0 && min_lat == 0 && max_long == 0 && min_long == 0) {
-       SG_LOG(SG_GENERAL, SG_INFO,"AICarrier: No Operating Box defined" );
+       SG_LOG(SG_GENERAL, SG_BULK,"AICarrier: No Operating Box defined" );
        return false;
     }