From: Andreas Steffen Date: Tue, 5 Apr 2011 11:57:37 +0000 (+0200) Subject: log the EAP identifier also for vendor specific EAP methods X-Git-Tag: 4.5.2~186 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=adcb221f19f014ce2bf51f8905af25f68a48aeb6;p=thirdparty%2Fstrongswan.git log the EAP identifier also for vendor specific EAP methods --- diff --git a/src/libcharon/sa/authenticators/eap_authenticator.c b/src/libcharon/sa/authenticators/eap_authenticator.c index 3d7104cb5a..c39fe05175 100644 --- a/src/libcharon/sa/authenticators/eap_authenticator.c +++ b/src/libcharon/sa/authenticators/eap_authenticator.c @@ -372,8 +372,8 @@ static eap_payload_t* client_process_eap(private_eap_authenticator_t *this, { if (vendor) { - DBG1(DBG_IKE, "server requested vendor specific EAP method %d-%d", - type, vendor); + DBG1(DBG_IKE, "server requested vendor specific EAP method %d-%d ", + "(id: %u)", type, vendor, in->get_identifier(in)); } else {