ban not so informative message
This commit is contained in:
parent
21c48ba67c
commit
03bf631765
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue