cosmetics
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user