mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
waf: fixed typo
This commit is contained in:
parent
e5a21cd459
commit
237b63284b
@ -26,7 +26,7 @@ class mavgen(Task.Task):
|
||||
if ret != 0:
|
||||
# ignore if there was a signal to the interpreter rather than a real error in the script
|
||||
if ret > 128:
|
||||
Logs.warning('mavgen crashed with code: {}'.format(ret))
|
||||
Logs.warn('mavgen crashed with code: {}'.format(ret))
|
||||
ret = 0
|
||||
else:
|
||||
Logs.error('mavgen returned {} error code'.format(ret))
|
||||
|
Loading…
Reference in New Issue
Block a user