]> git.ipfire.org Git - people/ms/strongswan.git/commitdiff
ike: Log SK_p consistently on level 4
authorTobias Brunner <tobias@strongswan.org>
Thu, 28 Nov 2013 18:04:47 +0000 (19:04 +0100)
committerTobias Brunner <tobias@strongswan.org>
Thu, 28 Nov 2013 18:04:47 +0000 (19:04 +0100)
src/libcharon/sa/ikev2/keymat_v2.c

index 4a1e408053b1f760b36f96f662b9065538656739..85f891f7f55136326caa922385d61c42bbfec59c 100644 (file)
@@ -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))
        {