aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/debug.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-03-28 15:41:31 +0200
committerTobias Brunner <tobias@strongswan.org>2012-08-08 15:12:25 +0200
commit56d07af3bed3a104a6c57a779e84fb41c1b143e4 (patch)
tree45d7866c2853dd43deb84ad6ed2763334dbdd948 /src/libstrongswan/debug.h
parent75f83163323bebbed363fe1ad57f1e6a6318e1d3 (diff)
downloadstrongswan-56d07af3bed3a104a6c57a779e84fb41c1b143e4.tar.bz2
strongswan-56d07af3bed3a104a6c57a779e84fb41c1b143e4.tar.xz
Added ESP log group for libipsec log messages.
Diffstat (limited to 'src/libstrongswan/debug.h')
-rw-r--r--src/libstrongswan/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/debug.h b/src/libstrongswan/debug.h
index 65e55a639..ff4b4a1e9 100644
--- a/src/libstrongswan/debug.h
+++ b/src/libstrongswan/debug.h
@@ -64,6 +64,8 @@ enum debug_t {
DBG_TLS,
/** applications other than daemons */
DBG_APP,
+ /** libipsec */
+ DBG_ESP,
/** libstrongswan */
DBG_LIB,
/** number of groups */