]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
child-create: Add missing space in DH retry log message
authorTobias Brunner <tobias@strongswan.org>
Wed, 13 Mar 2019 09:30:49 +0000 (10:30 +0100)
committerTobias Brunner <tobias@strongswan.org>
Wed, 13 Mar 2019 09:30:49 +0000 (10:30 +0100)
src/libcharon/sa/ikev2/tasks/child_create.c

index c7eb0c8540e456325f9526f7333acc145058f8cb..ce61ef98821f59d076f07eed5d13aaa9adde338d 100644 (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 */