put IKE_SA and CHILD_SA names in single quotes
This commit is contained in:
@@ -581,7 +581,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 state %s change: %N => %N",
|
||||
DBG1(DBG_IKE, "IKE_SA '%s' state change: %N => %N",
|
||||
get_name(this),
|
||||
ike_sa_state_names, this->state,
|
||||
ike_sa_state_names, state);
|
||||
|
||||
Reference in New Issue
Block a user