re-established all previous AUD level messages

This commit is contained in:
Andreas Steffen
2008-10-17 03:44:06 +00:00
parent 104c28d603
commit 7790ab0f37
3 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -585,12 +585,12 @@ static status_t build_i(private_child_create_t *this, message_t *message)
if (this->reqid)
{
DBG1(DBG_IKE, "establishing CHILD_SA %s{%d}",
DBG0(DBG_IKE, "establishing CHILD_SA %s{%d}",
this->config->get_name(this->config), this->reqid);
}
else
{
DBG1(DBG_IKE, "establishing CHILD_SA %s",
DBG0(DBG_IKE, "establishing CHILD_SA %s",
this->config->get_name(this->config));
}