strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added ESP log group for libipsec log messages.
[strongswan.git]
/
src
/
libstrongswan
/
debug.c
diff --git
a/src/libstrongswan/debug.c
b/src/libstrongswan/debug.c
index
985ce6a
..
e8c9e6b
100644
(file)
--- a/
src/libstrongswan/debug.c
+++ b/
src/libstrongswan/debug.c
@@
-34,6
+34,7
@@
ENUM(debug_names, DBG_DMN, DBG_LIB,
"PTS",
"TLS",
"APP",
+ "ESP",
"LIB",
);
@@
-54,6
+55,7
@@
ENUM(debug_lower_names, DBG_DMN, DBG_LIB,
"pts",
"tls",
"app",
+ "esp",
"lib",
);