From 6c3828bf843add3f1686b22f749e1df3b1fb5be0 Mon Sep 17 00:00:00 2001 From: legoboyvdlp R <legoboyvdlp@gmail.com> Date: Mon, 17 Jun 2019 08:31:37 +0100 Subject: [PATCH] ATC/AI: SG_LOG will now use BULK for render message --- src/ATC/trafficcontrol.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ATC/trafficcontrol.cxx b/src/ATC/trafficcontrol.cxx index 93691988d..b0e541978 100644 --- a/src/ATC/trafficcontrol.cxx +++ b/src/ATC/trafficcontrol.cxx @@ -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() {