We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 084c8fa commit 4157a27Copy full SHA for 4157a27
include/network/detail/debug.hpp
@@ -13,7 +13,7 @@
13
useful when NETWORK_DEBUG is turned on. Otherwise the macro amounts to a
14
no-op.
15
16
- The user can force the logging to be enabled by defining NETWORK_ENABLE_LOG.
+ The user can force the logging to be enabled by defining NETWORK_ENABLE_LOGGING.
17
*/
18
#if defined(NETWORK_DEBUG) && !defined(NETWORK_ENABLE_LOGGING)
19
# define NETWORK_ENABLE_LOGGING
0 commit comments