use DBG_TNC for TNC debugging output

This commit is contained in:
Andreas Steffen
2010-10-09 16:01:19 +02:00
parent db24b600fb
commit ed08f7ce83
13 changed files with 34 additions and 28 deletions
+2
View File
@@ -27,6 +27,7 @@ ENUM(debug_names, DBG_DMN, DBG_LIB,
"KNL",
"NET",
"ENC",
"TNC",
"TLS",
"LIB",
);
@@ -41,6 +42,7 @@ ENUM(debug_lower_names, DBG_DMN, DBG_LIB,
"knl",
"net",
"enc",
"tnc",
"tls",
"lib",
);