From 8a664830d0d91f300f1951e9c3c8d0cc39162509 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 15 May 2007 19:03:23 +0000 Subject: [PATCH] cosmetics --- src/charon/network/receiver.c | 2 +- src/charon/sa/child_sa.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/charon/network/receiver.c b/src/charon/network/receiver.c index dfb7429..a472e94 100644 --- a/src/charon/network/receiver.c +++ b/src/charon/network/receiver.c @@ -271,7 +271,7 @@ static void receive_packets(private_receiver_t *this) message = message_create_from_packet(packet); if (message->parse_header(message) != SUCCESS) { - DBG1(DBG_NET, "received invalid IKE header from %H, ignored", + DBG1(DBG_NET, "received invalid IKE header from %H - ignored", packet->get_source(packet)); message->destroy(message); continue; diff --git a/src/charon/sa/child_sa.c b/src/charon/sa/child_sa.c index a8e2a76..1e7b6cb 100644 --- a/src/charon/sa/child_sa.c +++ b/src/charon/sa/child_sa.c @@ -673,7 +673,7 @@ static status_t add_policies(private_child_sa_t *this, if (my_ts->get_type(my_ts) != other_ts->get_type(other_ts)) { DBG2(DBG_CHD, - "CHILD_SA policy uses two different IP families, ignored"); + "CHILD_SA policy uses two different IP families - ignored"); continue; } @@ -682,7 +682,7 @@ static status_t add_policies(private_child_sa_t *this, my_ts->get_protocol(my_ts) && other_ts->get_protocol(other_ts)) { DBG2(DBG_CHD, - "CHILD_SA policy uses two different protocols, ignored"); + "CHILD_SA policy uses two different protocols - ignored"); continue; } -- 2.7.4