Log group added for applications other than daemons.
This commit is contained in:
@@ -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",
|
||||
);
|
||||
|
||||
|
||||
@@ -62,6 +62,8 @@ enum debug_t {
|
||||
DBG_PTS,
|
||||
/** libtls */
|
||||
DBG_TLS,
|
||||
/** applications other than daemons */
|
||||
DBG_APP,
|
||||
/** libstrongswan */
|
||||
DBG_LIB,
|
||||
/** number of groups */
|
||||
|
||||
Reference in New Issue
Block a user