Fixes a bug where the wrong variable was being checked for processing Windows address change notifications. Also adds some logging fixes. (#1313)

This commit is contained in:
Nick Banks
2017-02-13 10:13:31 -08:00
committed by Jonathan Hui
parent 45480ccbb2
commit 3a15494ce4
3 changed files with 35 additions and 16 deletions
@@ -75,5 +75,13 @@
*/
#define OPENTHREAD_CONFIG_LOG_LEVEL OPENTHREAD_LOG_LEVEL_DEBG
/**
* @def OPENTHREAD_CONFIG_LOG_PKT_DUMP
*
* Define to enable log content of packets.
*
*/
#define OPENTHREAD_CONFIG_LOG_PKT_DUMP 0
#endif // OPENTHREAD_CORE_WINDOWS_CONFIG_H_