Log group added for applications other than daemons.

This commit is contained in:
Tobias Brunner
2012-06-11 17:09:19 +02:00
parent 25924d3e45
commit a69d8dd000
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -33,6 +33,7 @@ ENUM(debug_names, DBG_DMN, DBG_LIB,
"IMV", "IMV",
"PTS", "PTS",
"TLS", "TLS",
"APP",
"LIB", "LIB",
); );
@@ -52,6 +53,7 @@ ENUM(debug_lower_names, DBG_DMN, DBG_LIB,
"imv", "imv",
"pts", "pts",
"tls", "tls",
"app",
"lib", "lib",
); );
+2
View File
@@ -62,6 +62,8 @@ enum debug_t {
DBG_PTS, DBG_PTS,
/** libtls */ /** libtls */
DBG_TLS, DBG_TLS,
/** applications other than daemons */
DBG_APP,
/** libstrongswan */ /** libstrongswan */
DBG_LIB, DBG_LIB,
/** number of groups */ /** number of groups */