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;