mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 00:52:11 +08:00
Remove some last traces of lowvsyslog that were missed; Add a SYSLOG emergency channel for handling assertion output more cleanly
This commit is contained in:
@@ -66,7 +66,7 @@ int _alert(const char *format, ...)
|
||||
int ret;
|
||||
|
||||
va_start(ap, format);
|
||||
ret = lowvsyslog(LOG_EMERG, format, ap);
|
||||
ret = vsyslog(LOG_EMERG, format, ap);
|
||||
va_end(ap);
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user