From a44d02627f041980d8d9b0d7779293a1f8fb2fdc Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 26 Aug 2008 19:54:47 +0000 Subject: [PATCH] cosmetics --- src/charon/sa/authenticators/eap_authenticator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/charon/sa/authenticators/eap_authenticator.c b/src/charon/sa/authenticators/eap_authenticator.c index 8cdf3249a..04204cb0f 100644 --- a/src/charon/sa/authenticators/eap_authenticator.c +++ b/src/charon/sa/authenticators/eap_authenticator.c @@ -372,7 +372,7 @@ static status_t process_eap_identity(private_eap_authenticator_t *this, if (this->method->get_msk(this->method, &data) == SUCCESS) { id = identification_create_from_encoding(ID_EAP, data); - DBG1(DBG_IKE, "using EAP Identity '%D'", id); + DBG1(DBG_IKE, "using EAP identity '%D'", id); this->ike_sa->set_eap_identity(this->ike_sa, id); } /* restart EAP exchange, but with real method */