diff options
Diffstat (limited to 'src/charon/queues/jobs/initiate_job.c')
-rw-r--r-- | src/charon/queues/jobs/initiate_job.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charon/queues/jobs/initiate_job.c b/src/charon/queues/jobs/initiate_job.c index 8b943a3f1..3d7fd5c5c 100644 --- a/src/charon/queues/jobs/initiate_job.c +++ b/src/charon/queues/jobs/initiate_job.c @@ -78,6 +78,7 @@ static status_t execute(private_initiate_job_t *this) if (this->other) { + DBG1(DBG_JOB, "using other host %H", this->other); ike_sa->set_other_host(ike_sa, this->other->clone(this->other)); } |