From: mfranz Date: Mon, 28 Nov 2005 10:18:39 +0000 (+0000) Subject: ban not so informative message X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=03bf631765810e1f902a5a8cb1c21b10cd19f7a7;p=flightgear.git ban not so informative message --- 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;