From 84c075a20f6bee4e2892e5bcafd91bd622ed1568 Mon Sep 17 00:00:00 2001 From: legoboyvdlp R Date: Tue, 18 Jun 2019 11:24:47 +0100 Subject: [PATCH] Make it bulk again - I don't know how it reverts --- 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 b0e541978..e5eda3558 100644 --- a/src/ATC/trafficcontrol.cxx +++ b/src/ATC/trafficcontrol.cxx @@ -1787,7 +1787,8 @@ ActiveRunway *FGApproachController::getRunway(const string& name) } void FGApproachController::render(bool visible) { - SG_LOG(SG_ATC, SG_INFO, "FGApproachController::render function not yet implemented"); + // Must be BULK in order to prevent it being called each frame + SG_LOG(SG_ATC, SG_BULK, "FGApproachController::render function not yet implemented"); }