cosmetics

This commit is contained in:
Andreas Steffen
2007-05-15 19:03:23 +00:00
parent 547f1dd56c
commit 8a664830d0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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;
+2 -2
View File
@@ -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;
}