log entry for outbound hash-and-url

This commit is contained in:
Andreas Steffen
2011-08-24 06:05:44 +02:00
parent 2fee7bfe87
commit a8bbdb1f26
+1
View File
@@ -87,6 +87,7 @@ static cert_payload_t *build_cert_payload(private_ike_cert_post_t *this,
if (enumerator->enumerate(enumerator, &url))
{
payload = cert_payload_create_from_hash_and_url(hash, url);
DBG1(DBG_IKE, "sending hash-and-url \"%s\"", url);
}
else
{