ATC/AI: SG_LOG will now use BULK for render message
This commit is contained in:
parent
4af75c4666
commit
6c3828bf84
1 changed files with 2 additions and 1 deletions
|
@ -1107,7 +1107,8 @@ FGATCInstruction FGTowerController::getInstruction(int id)
|
|||
}
|
||||
|
||||
void FGTowerController::render(bool visible) {
|
||||
SG_LOG(SG_ATC, SG_INFO, "FGTowerController::render function not yet implemented");
|
||||
// this should be bulk, since its called quite often
|
||||
SG_LOG(SG_ATC, SG_BULK, "FGTowerController::render function not yet implemented");
|
||||
}
|
||||
|
||||
string FGTowerController::getName() {
|
||||
|
|
Loading…
Add table
Reference in a new issue