put IKE_SA and CHILD_SA names in single quotes

This commit is contained in:
Andreas Steffen
2007-09-15 16:06:58 +00:00
parent be682af3e8
commit a2ab401c56
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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);