aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2006-10-31 06:31:21 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2006-10-31 06:31:21 +0000
commit914eea92d7134997375d0273c82cd464e6c36f41 (patch)
tree5a686bf82f8b09325ebb02ab3714763340b1cce4 /src
parent382b481795d973a94efa1bf5635426566a941718 (diff)
downloadstrongswan-914eea92d7134997375d0273c82cd464e6c36f41.tar.bz2
strongswan-914eea92d7134997375d0273c82cd464e6c36f41.tar.xz
moved (myself) in log output
Diffstat (limited to 'src')
-rw-r--r--src/charon/sa/authenticators/rsa_authenticator.c2
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);