1
0
Fork 0

ban not so informative message

This commit is contained in:
mfranz 2005-11-28 10:18:39 +00:00
parent 21c48ba67c
commit 03bf631765

View file

@ -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;