diff options
Diffstat (limited to 'src/utils/wpa_debug.h')
-rw-r--r-- | src/utils/wpa_debug.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/utils/wpa_debug.h b/src/utils/wpa_debug.h index 6e5e79e..9dace70 100644 --- a/src/utils/wpa_debug.h +++ b/src/utils/wpa_debug.h @@ -20,7 +20,9 @@ /* Debugging function - conditional printf and hex dump. Driver wrappers can * use these for debugging purposes. */ -enum { MSG_MSGDUMP, MSG_DEBUG, MSG_INFO, MSG_WARNING, MSG_ERROR }; +enum { + MSG_EXCESSIVE, MSG_MSGDUMP, MSG_DEBUG, MSG_INFO, MSG_WARNING, MSG_ERROR +}; #ifdef CONFIG_NO_STDOUT_DEBUG |