added EAP identifier to debug output
This commit is contained in:
@@ -167,13 +167,14 @@ METHOD(tls_application_t, process, status_t,
|
|||||||
{
|
{
|
||||||
if (received_vendor)
|
if (received_vendor)
|
||||||
{
|
{
|
||||||
DBG1(DBG_IKE, "server requested vendor specific EAP method %d-%d",
|
DBG1(DBG_IKE, "server requested vendor specific EAP method %d-%d "
|
||||||
received_type, received_vendor);
|
"(id: %u)", received_type, received_vendor,
|
||||||
|
in->get_identifier(in));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
DBG1(DBG_IKE, "server requested %N authentication",
|
DBG1(DBG_IKE, "server requested %N authentication (id: %u)",
|
||||||
eap_type_names, received_type);
|
eap_type_names, received_type, in->get_identifier(in));
|
||||||
}
|
}
|
||||||
this->method = charon->eap->create_instance(charon->eap,
|
this->method = charon->eap->create_instance(charon->eap,
|
||||||
received_type, received_vendor,
|
received_type, received_vendor,
|
||||||
|
|||||||
Reference in New Issue
Block a user