diff options
author | Martin Willi <martin@strongswan.org> | 2007-01-08 08:03:40 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2007-01-08 08:03:40 +0000 |
commit | 6a4be80d3770d3267ff6afeb387bebaf3673104a (patch) | |
tree | c43d19f3c85811e45ea9bfe502711dd09225cb13 | |
parent | 5903179b0f0ebe96168e911f6afa68c01874d5ec (diff) | |
download | strongswan-6a4be80d3770d3267ff6afeb387bebaf3673104a.tar.bz2 strongswan-6a4be80d3770d3267ff6afeb387bebaf3673104a.tar.xz |
removed unused debugging code
-rw-r--r-- | src/charon/queues/jobs/initiate_job.c | 1 | ||||
-rw-r--r-- | src/charon/sa/ike_sa.c | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/src/charon/queues/jobs/initiate_job.c b/src/charon/queues/jobs/initiate_job.c index 3d7fd5c5c..8b943a3f1 100644 --- a/src/charon/queues/jobs/initiate_job.c +++ b/src/charon/queues/jobs/initiate_job.c @@ -78,7 +78,6 @@ 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)); } diff --git a/src/charon/sa/ike_sa.c b/src/charon/sa/ike_sa.c index 1f8cf5cd7..60266a51f 100644 --- a/src/charon/sa/ike_sa.c +++ b/src/charon/sa/ike_sa.c @@ -900,8 +900,6 @@ static status_t initiate(private_ike_sa_t *this, this->my_host = connection->get_my_host(connection); this->my_host = this->my_host->clone(this->my_host); } - DBG1(DBG_IKE, "this->other: %H", this->other_host); - DBG1(DBG_IKE, "connections other: %H", connection->get_other_host(connection)); if (this->other_host->is_anyaddr(this->other_host)) { this->other_host->destroy(this->other_host); |