connection name to IKE_SA initiating

This commit is contained in:
Andreas Steffen
2007-09-15 20:30:04 +00:00
parent a2ab401c56
commit 703b4b0332
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -722,7 +722,7 @@ static status_t build_r(private_child_create_t *this, message_t *message)
build_payloads(this, message);
SIG(CHILD_UP_SUCCESS, "CHILD_SA %s established successfully",
SIG(CHILD_UP_SUCCESS, "CHILD_SA '%s' established successfully",
this->child_sa->get_name(this->child_sa));
return SUCCESS;
+2 -1
View File
@@ -226,7 +226,8 @@ static status_t build_i(private_ike_init_t *this, message_t *message)
status_t status;
this->config = this->ike_sa->get_ike_cfg(this->ike_sa);
SIG(IKE_UP_START, "initiating IKE_SA to %H",
SIG(IKE_UP_START, "initiating IKE_SA '%s' to %H",
this->ike_sa->get_name(this->ike_sa),
this->config->get_other_host(this->config));
this->ike_sa->set_state(this->ike_sa, IKE_CONNECTING);