demoted received notify debug message to level 2

This commit is contained in:
Andreas Steffen 2008-04-01 20:22:38 +00:00
parent 158a62c326
commit 080555e76a
1 changed files with 1 additions and 1 deletions

View File

@ -332,7 +332,7 @@ static status_t process_r(private_ike_init_t *this, message_t *message)
notify_type_names, type);
break;
}
DBG1(DBG_IKE, "received %N notify",
DBG2(DBG_IKE, "received %N notify",
notify_type_names, type);
break;
}