aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2008-08-26 19:54:47 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2008-08-26 19:54:47 +0000
commita44d02627f041980d8d9b0d7779293a1f8fb2fdc (patch)
tree28a644a90ccee3783c07ccb838b32222a6749484 /src
parent41dc6b56b0c0a092006905c601269f17acc4adfc (diff)
downloadstrongswan-a44d02627f041980d8d9b0d7779293a1f8fb2fdc.tar.bz2
strongswan-a44d02627f041980d8d9b0d7779293a1f8fb2fdc.tar.xz
cosmetics
Diffstat (limited to 'src')
-rw-r--r--src/charon/sa/authenticators/eap_authenticator.c2
1 files changed, 1 insertions, 1 deletions
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 */