Log group added for applications other than daemons.

This commit is contained in:
Tobias Brunner 2012-05-04 15:22:43 +02:00
parent 25924d3e45
commit a69d8dd000
2 changed files with 4 additions and 0 deletions

View File

@ -33,6 +33,7 @@ ENUM(debug_names, DBG_DMN, DBG_LIB,
"IMV",
"PTS",
"TLS",
"APP",
"LIB",
);
@ -52,6 +53,7 @@ ENUM(debug_lower_names, DBG_DMN, DBG_LIB,
"imv",
"pts",
"tls",
"app",
"lib",
);

View File

@ -62,6 +62,8 @@ enum debug_t {
DBG_PTS,
/** libtls */
DBG_TLS,
/** applications other than daemons */
DBG_APP,
/** libstrongswan */
DBG_LIB,
/** number of groups */