mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:04:17 +08:00
Rename CONFIG_DEBUG_VERBOSE to CONFIG_DEBUG_INFO
This commit is contained in:
+2
-2
@@ -498,9 +498,9 @@ config NETDEV_PHY_DEBUG
|
||||
depends on DEBUG
|
||||
---help---
|
||||
Normally debug output is controlled by DEBUG_NET. However, that
|
||||
may generate a LOT of debug output, especially if DEBUG_VERBOSE is
|
||||
may generate a LOT of debug output, especially if CONFIG_DEBUG_INFO is
|
||||
also selected. This option is intended to force VERVOSE debug
|
||||
output from certain PHY-related even if DEBUG_NET or DEBUG_VERBOSE
|
||||
output from certain PHY-related even if DEBUG_NET or CONFIG_DEBUG_INFO
|
||||
are not selected. This allows for focused, unit-level debug of
|
||||
the NSH network initialization logic.
|
||||
|
||||
|
||||
@@ -42,8 +42,8 @@
|
||||
/* Force verbose debug on in this file only to support unit-level testing. */
|
||||
|
||||
#ifdef CONFIG_NETDEV_PHY_DEBUG
|
||||
# undef CONFIG_DEBUG_VERBOSE
|
||||
# define CONFIG_DEBUG_VERBOSE 1
|
||||
# undef CONFIG_DEBUG_INFO
|
||||
# define CONFIG_DEBUG_INFO 1
|
||||
# undef CONFIG_DEBUG_NET
|
||||
# define CONFIG_DEBUG_NET 1
|
||||
#endif
|
||||
|
||||
@@ -230,7 +230,7 @@ static inline void telnet_dumpbuffer(FAR const char *msg,
|
||||
FAR const char *buffer,
|
||||
unsigned int nbytes)
|
||||
{
|
||||
/* CONFIG_DEBUG, CONFIG_DEBUG_VERBOSE, and CONFIG_DEBUG_NET have to be
|
||||
/* CONFIG_DEBUG, CONFIG_DEBUG_INFO, and CONFIG_DEBUG_NET have to be
|
||||
* defined or the following does nothing.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user