Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed typo in comment.
  • Loading branch information
Klaim committed Nov 15, 2012
commit 4157a277019903b71cb38637b2f1613a65d6e253
2 changes: 1 addition & 1 deletion include/network/detail/debug.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
useful when NETWORK_DEBUG is turned on. Otherwise the macro amounts to a
no-op.

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.
*/
#if defined(NETWORK_DEBUG) && !defined(NETWORK_ENABLE_LOGGING)
# define NETWORK_ENABLE_LOGGING
Expand Down