From: mfranz Date: Sat, 22 Oct 2005 19:33:32 +0000 (+0000) Subject: this may be informative on first sight, but not when output in a loop X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=abf558620bffaa47af232f1a005fc79ecf0bb6ff;p=flightgear.git this may be informative on first sight, but not when output in a loop --- diff --git a/src/AIModel/AICarrier.cxx b/src/AIModel/AICarrier.cxx index 9a15a840d..742b026b8 100644 --- a/src/AIModel/AICarrier.cxx +++ b/src/AIModel/AICarrier.cxx @@ -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; }