diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-08-26 19:54:47 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-08-26 19:54:47 +0000 |
commit | a44d02627f041980d8d9b0d7779293a1f8fb2fdc (patch) | |
tree | 28a644a90ccee3783c07ccb838b32222a6749484 /src | |
parent | 41dc6b56b0c0a092006905c601269f17acc4adfc (diff) | |
download | strongswan-a44d02627f041980d8d9b0d7779293a1f8fb2fdc.tar.bz2 strongswan-a44d02627f041980d8d9b0d7779293a1f8fb2fdc.tar.xz |
cosmetics
Diffstat (limited to 'src')
-rw-r--r-- | src/charon/sa/authenticators/eap_authenticator.c | 2 |
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 */ |