diff options
-rw-r--r-- | src/charon/sa/tasks/child_create.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/sa/tasks/child_create.c b/src/charon/sa/tasks/child_create.c index 71dc4461c..020d09dc3 100644 --- a/src/charon/sa/tasks/child_create.c +++ b/src/charon/sa/tasks/child_create.c @@ -597,7 +597,7 @@ static status_t build_i(private_child_create_t *this, message_t *message) } else { - SIG_CHD(UP_START, NULL, "establishing CHILD_SA %s{?}", + SIG_CHD(UP_START, NULL, "establishing CHILD_SA %s", this->config->get_name(this->config)); } |