diff options
Diffstat (limited to 'src')
-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); |