child-create: Add missing space in DH retry log message

This commit is contained in:
Tobias Brunner
2019-03-13 10:30:49 +01:00
parent 347665420b
commit 023d47a08a
+2 -2
View File
@@ -1574,8 +1574,8 @@ METHOD(task_t, process_i, status_t,
}
if (this->retry)
{
DBG1(DBG_IKE, "already retried with DH group %N, ignore"
"requested %N", diffie_hellman_group_names,
DBG1(DBG_IKE, "already retried with DH group %N, "
"ignore requested %N", diffie_hellman_group_names,
this->dh_group, diffie_hellman_group_names, group);
handle_child_sa_failure(this, message);
/* an error in CHILD_SA creation is not critical */