Skip to content
Snippets Groups Projects
Commit 0cd76837 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Update everything under apps/ to use the corrected syslog interfaces

parent 8db42f5b
No related branches found
No related tags found
No related merge requests found
......@@ -104,11 +104,11 @@
#ifdef CONFIG_DEBUG
# define dbg(format, ...) \
syslog(LOG_DEBUG, EXTRA_FMT format EXTRA_ARG, ##__VA_ARGS__)
syslog(LOG_ERR, EXTRA_FMT format EXTRA_ARG, ##__VA_ARGS__)
# ifdef CONFIG_ARCH_LOWPUTC
# define lldbg(format, ...) \
lowsyslog(LOG_DEBUG, EXTRA_FMT format EXTRA_ARG, ##__VA_ARGS__)
lowsyslog(LOG_ERR, EXTRA_FMT format EXTRA_ARG, ##__VA_ARGS__)
# else
# define lldbg(x...)
# endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment