aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/plutomain.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-08-16 14:07:09 +0200
committerTobias Brunner <tobias@strongswan.org>2010-09-02 19:04:24 +0200
commitebdbf28a4aff334b3b397fa143dbbad8b4eb8fb3 (patch)
treeaf8b18d7d938234d9c19793d65470d8d612e09eb /src/pluto/plutomain.c
parent8dade8e6ebc51e1633fcf98488557550cf5564e0 (diff)
downloadstrongswan-ebdbf28a4aff334b3b397fa143dbbad8b4eb8fb3.tar.bz2
strongswan-ebdbf28a4aff334b3b397fa143dbbad8b4eb8fb3.tar.xz
pluto: Replaced DBG_KLIPS with DBG_KERNEL.
Diffstat (limited to 'src/pluto/plutomain.c')
-rw-r--r--src/pluto/plutomain.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/plutomain.c b/src/pluto/plutomain.c
index ecb4aa50e..b3649e3c0 100644
--- a/src/pluto/plutomain.c
+++ b/src/pluto/plutomain.c
@@ -338,7 +338,7 @@ int main(int argc, char **argv)
{ "debug-emitting", no_argument, NULL, DBG_EMITTING + DBG_OFFSET },
{ "debug-control", no_argument, NULL, DBG_CONTROL + DBG_OFFSET },
{ "debug-lifecycle", no_argument, NULL, DBG_LIFECYCLE + DBG_OFFSET },
- { "debug-klips", no_argument, NULL, DBG_KLIPS + DBG_OFFSET },
+ { "debug-klips", no_argument, NULL, DBG_KERNEL + DBG_OFFSET },
{ "debug-dns", no_argument, NULL, DBG_DNS + DBG_OFFSET },
{ "debug-oppo", no_argument, NULL, DBG_OPPO + DBG_OFFSET },
{ "debug-controlmore", no_argument, NULL, DBG_CONTROLMORE + DBG_OFFSET },