mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
fix misprint lowvsyslog
This commit is contained in:
parent
f428ebb04f
commit
05be2400cb
@ -86,7 +86,7 @@ warnerr_core(int errcode, const char *fmt, va_list args)
|
||||
fprintf(stderr, "\n");
|
||||
#elif CONFIG_ARCH_LOWPUTC
|
||||
lowsyslog("%s: ", getprogname());
|
||||
lowvyslog(fmt, args);
|
||||
lowvsyslog(fmt, args);
|
||||
|
||||
/* convenience as many parts of NuttX use negative errno */
|
||||
if (errcode < 0)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user