diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-08-16 14:07:09 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-09-02 19:04:24 +0200 |
commit | ebdbf28a4aff334b3b397fa143dbbad8b4eb8fb3 (patch) | |
tree | af8b18d7d938234d9c19793d65470d8d612e09eb /src/pluto/constants.c | |
parent | 8dade8e6ebc51e1633fcf98488557550cf5564e0 (diff) | |
download | strongswan-ebdbf28a4aff334b3b397fa143dbbad8b4eb8fb3.tar.bz2 strongswan-ebdbf28a4aff334b3b397fa143dbbad8b4eb8fb3.tar.xz |
pluto: Replaced DBG_KLIPS with DBG_KERNEL.
Diffstat (limited to 'src/pluto/constants.c')
-rw-r--r-- | src/pluto/constants.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pluto/constants.c b/src/pluto/constants.c index 391864d3d..87146c6e0 100644 --- a/src/pluto/constants.c +++ b/src/pluto/constants.c @@ -111,7 +111,7 @@ const char *const debug_bit_names[] = { "emitting", "control", "lifecycle", - "klips", + "kernel", "dns", "natt", "oppo", |