pluto: Replaced DBG_KLIPS with DBG_KERNEL.

This commit is contained in:
Tobias Brunner
2010-09-02 19:04:24 +02:00
parent 8dade8e6eb
commit ebdbf28a4a
6 changed files with 19 additions and 19 deletions
+2 -2
View File
@@ -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));