diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-10-31 06:31:21 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2006-10-31 06:31:21 +0000 |
commit | 914eea92d7134997375d0273c82cd464e6c36f41 (patch) | |
tree | 5a686bf82f8b09325ebb02ab3714763340b1cce4 | |
parent | 382b481795d973a94efa1bf5635426566a941718 (diff) | |
download | strongswan-914eea92d7134997375d0273c82cd464e6c36f41.tar.bz2 strongswan-914eea92d7134997375d0273c82cd464e6c36f41.tar.xz |
moved (myself) in log output
-rw-r--r-- | src/charon/sa/authenticators/rsa_authenticator.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/sa/authenticators/rsa_authenticator.c b/src/charon/sa/authenticators/rsa_authenticator.c index 8632c2314..c5b9983a1 100644 --- a/src/charon/sa/authenticators/rsa_authenticator.c +++ b/src/charon/sa/authenticators/rsa_authenticator.c @@ -123,7 +123,7 @@ static status_t build(private_rsa_authenticator_t *this, chunk_t ike_sa_init, identification_t *my_id; my_id = this->ike_sa->get_my_id(this->ike_sa); - DBG1(DBG_IKE, "authentication of '%D' with %N (myself)", + DBG1(DBG_IKE, "authentication of '%D' (myself) with %N", my_id, auth_method_names, AUTH_RSA); DBG2(DBG_IKE, "looking for RSA public key belonging to '%D'", my_id); |