child-create: Add missing space in DH retry log message
This commit is contained in:
@@ -1574,8 +1574,8 @@ METHOD(task_t, process_i, status_t,
|
|||||||
}
|
}
|
||||||
if (this->retry)
|
if (this->retry)
|
||||||
{
|
{
|
||||||
DBG1(DBG_IKE, "already retried with DH group %N, ignore"
|
DBG1(DBG_IKE, "already retried with DH group %N, "
|
||||||
"requested %N", diffie_hellman_group_names,
|
"ignore requested %N", diffie_hellman_group_names,
|
||||||
this->dh_group, diffie_hellman_group_names, group);
|
this->dh_group, diffie_hellman_group_names, group);
|
||||||
handle_child_sa_failure(this, message);
|
handle_child_sa_failure(this, message);
|
||||||
/* an error in CHILD_SA creation is not critical */
|
/* an error in CHILD_SA creation is not critical */
|
||||||
|
|||||||
Reference in New Issue
Block a user