mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
system/nxinit: Change LOG_DEBUG to LOG_USER
Make it clear it is a userspace log. Signed-off-by: Alan C. Assis <acassis@gmail.com>
This commit is contained in:
parent
cdb89a54f6
commit
820eb64f1a
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@
|
|||
#define TIMESPEC2MS(t) (((t).tv_sec * 1000) + (t).tv_nsec / 1000000)
|
||||
|
||||
#ifdef CONFIG_SYSTEM_NXINIT_DEBUG
|
||||
#define init_debug(...) syslog(LOG_DEBUG, ##__VA_ARGS__)
|
||||
#define init_debug(...) syslog(LOG_USER, ##__VA_ARGS__)
|
||||
#define init_dump_args(argc, argv) \
|
||||
{ \
|
||||
int _i; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue