diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-05-04 15:22:43 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-06-11 17:09:19 +0200 |
commit | a69d8dd0002cc33f039eca3917e0a052c44a8dde (patch) | |
tree | 0a713949d27ecf7603bda3bd7ea0742da1988628 /src/libstrongswan/debug.h | |
parent | 25924d3e453570d1adcfcb2908910cc9958dc17e (diff) | |
download | strongswan-a69d8dd0002cc33f039eca3917e0a052c44a8dde.tar.bz2 strongswan-a69d8dd0002cc33f039eca3917e0a052c44a8dde.tar.xz |
Log group added for applications other than daemons.
Diffstat (limited to 'src/libstrongswan/debug.h')
-rw-r--r-- | src/libstrongswan/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/debug.h b/src/libstrongswan/debug.h index 2a6ff98ad..65e55a639 100644 --- a/src/libstrongswan/debug.h +++ b/src/libstrongswan/debug.h @@ -62,6 +62,8 @@ enum debug_t { DBG_PTS, /** libtls */ DBG_TLS, + /** applications other than daemons */ + DBG_APP, /** libstrongswan */ DBG_LIB, /** number of groups */ |