From 12ac14be0e0155800eb95c36cac59b00536226f5 Mon Sep 17 00:00:00 2001 From: James Turner Date: Fri, 26 Apr 2019 13:59:00 +0100 Subject: [PATCH] Change a warning level --- src/Instrumentation/rnav_waypt_controller.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Instrumentation/rnav_waypt_controller.cxx b/src/Instrumentation/rnav_waypt_controller.cxx index f98827089..4d47fc1ab 100644 --- a/src/Instrumentation/rnav_waypt_controller.cxx +++ b/src/Instrumentation/rnav_waypt_controller.cxx @@ -75,7 +75,7 @@ void WayptController::init() void WayptController::setDone() { if (_isDone) { - SG_LOG(SG_AUTOPILOT, SG_WARN, "already done @ WayptController::setDone"); + SG_LOG(SG_AUTOPILOT, SG_DEV_WARN, "already done @ WayptController::setDone"); } _isDone = true;