Be a little more verbose about cert payload injection

This commit is contained in:
Martin Willi
2011-01-05 16:45:43 +01:00
parent a60b892841
commit 4a2f7f05df
+1
View File
@@ -107,6 +107,7 @@ METHOD(listener_t, message, bool,
memset(data.ptr, 0x12, data.len);
pld = cert_payload_create_custom(201, data);
message->add_payload(message, &pld->payload_interface);
DBG1(DBG_CFG, "inserting %d dummy bytes certificate payload", diff);
}
}
return TRUE;