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
@@ -808,7 +808,7 @@ static status_t process_i(private_child_create_t *this, message_t *message)
if (select_and_install(this, no_dh) == SUCCESS)
{
SIG(CHILD_UP_SUCCESS, "CHILD_SA %s successfully",
SIG(CHILD_UP_SUCCESS, "CHILD_SA '%s' established successfully",
this->child_sa->get_name(this->child_sa));
}
return SUCCESS;