Streamlined debug output when initiating IKEv1 IKE_SAs

This commit is contained in:
Martin Willi
2012-03-20 17:31:34 +01:00
parent bd8d1f1d9c
commit 37c12bd31e
2 changed files with 2 additions and 2 deletions
@@ -194,7 +194,7 @@ METHOD(task_t, build_i, status_t,
packet_t *packet;
u_int16_t group;
DBG0(DBG_IKE, "initiating aggressive mode IKE_SA %s[%d] to %H",
DBG0(DBG_IKE, "initiating Aggressive Mode IKE_SA %s[%d] to %H",
this->ike_sa->get_name(this->ike_sa),
this->ike_sa->get_unique_id(this->ike_sa),
this->ike_sa->get_other_host(this->ike_sa));
+1 -1
View File
@@ -203,7 +203,7 @@ METHOD(task_t, build_i, status_t,
linked_list_t *proposals;
packet_t *packet;
DBG0(DBG_IKE, "initiating main mode IKE_SA %s[%d] to %H",
DBG0(DBG_IKE, "initiating Main Mode IKE_SA %s[%d] to %H",
this->ike_sa->get_name(this->ike_sa),
this->ike_sa->get_unique_id(this->ike_sa),
this->ike_sa->get_other_host(this->ike_sa));