Fix fwdbg vs fwerr naming inconsisency
This commit is contained in:
parent
6e94c465da
commit
1ea1cc5cde
@ -62,18 +62,18 @@
|
|||||||
|
|
||||||
#ifdef CONFIG_THTTPD_FDWATCH_DEBUG
|
#ifdef CONFIG_THTTPD_FDWATCH_DEBUG
|
||||||
# ifdef CONFIG_CPP_HAVE_VARARGS
|
# ifdef CONFIG_CPP_HAVE_VARARGS
|
||||||
# define fwdbg(format, ...) nerr(format, ##__VA_ARGS__)
|
# define fderr(format, ...) nerr(format, ##__VA_ARGS__)
|
||||||
# define fwinfo(format, ...) ninfo(format, ##__VA_ARGS__)
|
# define fwinfo(format, ...) ninfo(format, ##__VA_ARGS__)
|
||||||
# else
|
# else
|
||||||
# define fwdbg nerr
|
# define fderr nerr
|
||||||
# define fwinfo ninfo
|
# define fwinfo ninfo
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
# ifdef CONFIG_CPP_HAVE_VARARGS
|
# ifdef CONFIG_CPP_HAVE_VARARGS
|
||||||
# define fwdbg(x...)
|
# define fderr(x...)
|
||||||
# define fwinfo(x...)
|
# define fwinfo(x...)
|
||||||
# else
|
# else
|
||||||
# define fwdbg (void)
|
# define fderr (void)
|
||||||
# define fwinfo (void)
|
# define fwinfo (void)
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user