log the EAP identifier also for vendor specific EAP methods
This commit is contained in:
@@ -372,8 +372,8 @@ static eap_payload_t* client_process_eap(private_eap_authenticator_t *this,
|
|||||||
{
|
{
|
||||||
if (vendor)
|
if (vendor)
|
||||||
{
|
{
|
||||||
DBG1(DBG_IKE, "server requested vendor specific EAP method %d-%d",
|
DBG1(DBG_IKE, "server requested vendor specific EAP method %d-%d ",
|
||||||
type, vendor);
|
"(id: %u)", type, vendor, in->get_identifier(in));
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user