Change a warning level
This commit is contained in:
parent
492707a756
commit
12ac14be0e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue