From 502c2729657ee16afed9a0483322d1ac4c1584a7 Mon Sep 17 00:00:00 2001 From: "7u83@mail.ru" <7u83@mail.ru@noemail.net> Date: Sun, 21 Sep 2014 07:38:24 +0000 Subject: [PATCH] Added some debug options. FossilOrigin-Name: 9c5414977501e240aaedd164e2d29abc9f7cd3187027f7c56250b9f88e0ab52b --- src/capwap/cw_log.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/capwap/cw_log.h b/src/capwap/cw_log.h index f3b1ee74..ac43895d 100644 --- a/src/capwap/cw_log.h +++ b/src/capwap/cw_log.h @@ -22,7 +22,7 @@ #include #include - +/* CAPWAP specific debugs */ #define DBG_CW_MSG 0x00000001 #define DBG_CW_MSGELEM 0x00000002 #define DBG_CW_MSGELEM_DMP 0x00000004 @@ -35,6 +35,10 @@ #define DBG_CW_PKT_ERR 0x00000100 #define DBG_CW_MSG_ERR 0x00000200 +/* drive specific debugs */ +#define DBG_DRV 0x00010000 + +/* DTLS debugs */ #define DBG_DTLS 0x10000000 #define DBG_DTLS_DETAIL 0x20000000