diff options
-rw-r--r-- | src/libcharon/sa/authenticators/eap_authenticator.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/sa/authenticators/eap_authenticator.c b/src/libcharon/sa/authenticators/eap_authenticator.c index 3d7104cb5..c39fe0517 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 { |