demoted IKE state change output to debug level 2
This commit is contained in:
@@ -645,7 +645,7 @@ static ike_sa_state_t get_state(private_ike_sa_t *this)
|
|||||||
*/
|
*/
|
||||||
static void set_state(private_ike_sa_t *this, ike_sa_state_t state)
|
static void set_state(private_ike_sa_t *this, ike_sa_state_t state)
|
||||||
{
|
{
|
||||||
DBG1(DBG_IKE, "IKE_SA %s[%d] state change: %N => %N",
|
DBG2(DBG_IKE, "IKE_SA %s[%d] state change: %N => %N",
|
||||||
get_name(this), this->unique_id,
|
get_name(this), this->unique_id,
|
||||||
ike_sa_state_names, this->state,
|
ike_sa_state_names, this->state,
|
||||||
ike_sa_state_names, state);
|
ike_sa_state_names, state);
|
||||||
|
|||||||
Reference in New Issue
Block a user