aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/debug.c')
-rw-r--r--src/libstrongswan/debug.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/debug.c b/src/libstrongswan/debug.c
index d6c5b06b6..985ce6a2a 100644
--- a/src/libstrongswan/debug.c
+++ b/src/libstrongswan/debug.c
@@ -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",
);