mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
Replace all occurrences of vdbg with vinfo
This commit is contained in:
@@ -188,25 +188,25 @@
|
||||
# ifdef CONFIG_CPP_HAVE_VARARGS
|
||||
# define upddbg(format, ...) dbg(format, ##__VA_ARGS__)
|
||||
# define updlldbg(format, ...) lldbg(format, ##__VA_ARGS__)
|
||||
# define updvdbg(format, ...) vdbg(format, ##__VA_ARGS__)
|
||||
# define updllvdbg(format, ...) llvdbg(format, ##__VA_ARGS__)
|
||||
# define updinfo(format, ...) info(format, ##__VA_ARGS__)
|
||||
# define updllinfo(format, ...) llinfo(format, ##__VA_ARGS__)
|
||||
# else
|
||||
# define upddbg dbg
|
||||
# define updlldbg lldbg
|
||||
# define updvdbg vdbg
|
||||
# define updllvdbg llvdbg
|
||||
# define updinfo info
|
||||
# define updllinfo llinfo
|
||||
# endif
|
||||
#else
|
||||
# ifdef CONFIG_CPP_HAVE_VARARGS
|
||||
# define upddbg(x...)
|
||||
# define updlldbg(x...)
|
||||
# define updvdbg(x...)
|
||||
# define updllvdbg(x...)
|
||||
# define updinfo(x...)
|
||||
# define updllinfo(x...)
|
||||
# else
|
||||
# define upddbg (void)
|
||||
# define updlldbg (void)
|
||||
# define updvdbg (void)
|
||||
# define updllvdbg (void)
|
||||
# define updinfo (void)
|
||||
# define updllinfo (void)
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user