From 03bf631765810e1f902a5a8cb1c21b10cd19f7a7 Mon Sep 17 00:00:00 2001 From: mfranz Date: Mon, 28 Nov 2005 10:18:39 +0000 Subject: [PATCH] ban not so informative message --- 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 525592c74..e403fd161 100644 --- a/src/AIModel/AICarrier.cxx +++ b/src/AIModel/AICarrier.cxx @@ -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; -- 2.39.5