mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
arch/nrf91/nrf91_modem_os.c: use vsyslog instead of syslog
This commit is contained in:
committed by
Alan Carvalho de Assis
parent
1da79c652e
commit
6b481e55c9
@@ -495,7 +495,7 @@ void nrf_modem_os_log(int level, const char *fmt, ...)
|
||||
va_list ap;
|
||||
|
||||
va_start(ap, fmt);
|
||||
syslog(level, fmt, ap);
|
||||
vsyslog(level, fmt, ap);
|
||||
va_end(ap);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user