]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
log the EAP identifier also for vendor specific EAP methods
authorAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 5 Apr 2011 11:57:37 +0000 (13:57 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Tue, 5 Apr 2011 11:57:37 +0000 (13:57 +0200)
src/libcharon/sa/authenticators/eap_authenticator.c

index 3d7104cb5aa7e991e502c2db263be82122ec9616..c39fe05175770a590dc82369752efce03ac5c87b 100644 (file)
@@ -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
                {