]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Log group added for applications other than daemons.
authorTobias Brunner <tobias@strongswan.org>
Fri, 4 May 2012 13:22:43 +0000 (15:22 +0200)
committerTobias Brunner <tobias@strongswan.org>
Mon, 11 Jun 2012 15:09:19 +0000 (17:09 +0200)
src/libstrongswan/debug.c
src/libstrongswan/debug.h

index d6c5b06b6c0e32a2f406b039b48512cc83f83373..985ce6a2a2feaa26b17e11a3178ec112501ab4aa 100644 (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",
 );
 
index 2a6ff98add8c5ed6a21734a85d9229edae51d9e8..65e55a6397081f7d3d1126c861c31c37e0efc47c 100644 (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 */