aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/kernel.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/kernel.c
parent8dade8e6ebc51e1633fcf98488557550cf5564e0 (diff)
downloadstrongswan-ebdbf28a4aff334b3b397fa143dbbad8b4eb8fb3.tar.bz2
strongswan-ebdbf28a4aff334b3b397fa143dbbad8b4eb8fb3.tar.xz
pluto: Replaced DBG_KLIPS with DBG_KERNEL.
Diffstat (limited to 'src/pluto/kernel.c')
-rw-r--r--src/pluto/kernel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluto/kernel.c b/src/pluto/kernel.c
index 196e048a1..56fbf77de 100644
--- a/src/pluto/kernel.c
+++ b/src/pluto/kernel.c
@@ -112,7 +112,7 @@ static struct bare_shunt *bare_shunts = NULL;
#ifdef DEBUG
static void DBG_bare_shunt(const char *op, const struct bare_shunt *bs)
{
- DBG(DBG_KLIPS,
+ DBG(DBG_KERNEL,
{
int ourport = ntohs(portof(&(bs)->ours.addr));
int hisport = ntohs(portof(&(bs)->his.addr));
@@ -924,7 +924,7 @@ static bool raw_eroute(const ip_address *this_host,
set_text_said(text_said, that_host, spi, proto);
- DBG(DBG_CONTROL | DBG_KLIPS,
+ DBG(DBG_CONTROL | DBG_KERNEL,
{
int sport = ntohs(portof(&this_client->addr));
int dport = ntohs(portof(&that_client->addr));