log the EAP identifier also for vendor specific EAP methods

This commit is contained in:
Andreas Steffen
2011-04-05 13:57:37 +02:00
parent de93154231
commit adcb221f19
@@ -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
{ {