1
0
Fork 0

Change a warning level

This commit is contained in:
James Turner 2019-04-26 13:59:00 +01:00
parent 492707a756
commit 12ac14be0e

View file

@ -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;