From abf558620bffaa47af232f1a005fc79ecf0bb6ff Mon Sep 17 00:00:00 2001 From: mfranz Date: Sat, 22 Oct 2005 19:33:32 +0000 Subject: [PATCH] this may be informative on first sight, but not when output in a loop --- src/AIModel/AICarrier.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5