mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
Hotfix of the Hotfix 8)
This commit is contained in:
@@ -86,7 +86,7 @@ warnerr_core(int errcode, const char *fmt, va_list args)
|
||||
fprintf(stderr, "\n");
|
||||
#elif CONFIG_ARCH_LOWPUTC
|
||||
lowsyslog("%s: ", getprogname());
|
||||
lowsyslog(fmt, args);
|
||||
lowvsyslog(fmt, args);
|
||||
|
||||
/* convenience as many parts of NuttX use negative errno */
|
||||
if (errcode < 0)
|
||||
|
||||
Reference in New Issue
Block a user