From 914eea92d7134997375d0273c82cd464e6c36f41 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Tue, 31 Oct 2006 06:31:21 +0000 Subject: [PATCH] moved (myself) in log output --- src/charon/sa/authenticators/rsa_authenticator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);