demoted IKE state change output to debug level 2

This commit is contained in:
Andreas Steffen
2008-07-28 14:01:45 +00:00
parent 3fd9c75717
commit 98ba96f185
+1 -1
View File
@@ -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)
{
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,
ike_sa_state_names, this->state,
ike_sa_state_names, state);