diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-03-26 13:58:17 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-03-26 13:58:17 +0000 |
commit | fda8404abc0206365a9b6bca165fa45947e62b02 (patch) | |
tree | dfdd02828ce5564af14816a55d055329e6119e87 | |
parent | e82c3695194c82a4b65b74825e9ca274f03fac47 (diff) | |
download | strongswan-fda8404abc0206365a9b6bca165fa45947e62b02.tar.bz2 strongswan-fda8404abc0206365a9b6bca165fa45947e62b02.tar.xz |
cosmetics
-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 3ef84c81b..9d7113fd2 100644 --- a/src/charon/sa/authenticators/eap_authenticator.c +++ b/src/charon/sa/authenticators/eap_authenticator.c @@ -413,7 +413,7 @@ static status_t process_server(private_eap_authenticator_t *this, } else { - DBG1(DBG_IKE, "EAP method %N failed for peer %D", + DBG1(DBG_IKE, "EAP method %N failed for peer '%D'", eap_type_names, type, this->ike_sa->get_other_id(this->ike_sa)); } |