aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/sa/ikev2/keymat_v2.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2013-11-28 19:04:47 +0100
committerTobias Brunner <tobias@strongswan.org>2013-11-28 19:04:47 +0100
commit7c7148b0389b0d9270613ddfe49c483a28be0b5c (patch)
treef08a4fd8f3dbcab468c7bbecd1d51d1ba1d43ec1 /src/libcharon/sa/ikev2/keymat_v2.c
parentacc25f29bdf5e2e8e919041e23151877f158dc9d (diff)
downloadstrongswan-7c7148b0389b0d9270613ddfe49c483a28be0b5c.tar.bz2
strongswan-7c7148b0389b0d9270613ddfe49c483a28be0b5c.tar.xz
ike: Log SK_p consistently on level 4
Diffstat (limited to 'src/libcharon/sa/ikev2/keymat_v2.c')
-rw-r--r--src/libcharon/sa/ikev2/keymat_v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/sa/ikev2/keymat_v2.c b/src/libcharon/sa/ikev2/keymat_v2.c
index 4a1e40805..85f891f7f 100644
--- a/src/libcharon/sa/ikev2/keymat_v2.c
+++ b/src/libcharon/sa/ikev2/keymat_v2.c
@@ -593,7 +593,7 @@ METHOD(keymat_v2_t, get_auth_octets, bool,
idx = chunk_cata("cc", chunk, id->get_encoding(id));
DBG3(DBG_IKE, "IDx' %B", &idx);
- DBG3(DBG_IKE, "SK_p %B", &skp);
+ DBG4(DBG_IKE, "SK_p %B", &skp);
if (!this->prf->set_key(this->prf, skp) ||
!this->prf->allocate_bytes(this->prf, idx, &chunk))
{