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
+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;
}