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",
|
"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",
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
@@ -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 */
|
||||||
|
|||||||
Reference in New Issue
Block a user