removed IKE_SA_ID (%J) printf hook, two more to go

This commit is contained in:
Martin Willi
2007-04-11 13:01:08 +00:00
parent 3c662c30ee
commit 5f088665ad
6 changed files with 83 additions and 47 deletions
@@ -67,7 +67,7 @@ static status_t execute(private_rekey_ike_sa_job_t *this)
this->ike_sa_id);
if (ike_sa == NULL)
{
DBG2(DBG_JOB, "IKE_SA %J to rekey not found", this->ike_sa_id);
DBG2(DBG_JOB, "IKE_SA to rekey not found");
return DESTROY_ME;
}