traffic-selector: Don't end printf'ed list of traffic selectors with a space
This commit is contained in:
@@ -115,7 +115,7 @@ static bool delete_child(private_quick_delete_t *this, protocol_id_t protocol,
|
||||
if (this->expired)
|
||||
{
|
||||
DBG0(DBG_IKE, "closing expired CHILD_SA %s{%d} "
|
||||
"with SPIs %.8x_i %.8x_o and TS %#R=== %#R",
|
||||
"with SPIs %.8x_i %.8x_o and TS %#R === %#R",
|
||||
child_sa->get_name(child_sa), child_sa->get_unique_id(child_sa),
|
||||
ntohl(child_sa->get_spi(child_sa, TRUE)),
|
||||
ntohl(child_sa->get_spi(child_sa, FALSE)), my_ts, other_ts);
|
||||
@@ -126,7 +126,7 @@ static bool delete_child(private_quick_delete_t *this, protocol_id_t protocol,
|
||||
child_sa->get_usestats(child_sa, FALSE, NULL, &bytes_out, NULL);
|
||||
|
||||
DBG0(DBG_IKE, "closing CHILD_SA %s{%d} with SPIs "
|
||||
"%.8x_i (%llu bytes) %.8x_o (%llu bytes) and TS %#R=== %#R",
|
||||
"%.8x_i (%llu bytes) %.8x_o (%llu bytes) and TS %#R === %#R",
|
||||
child_sa->get_name(child_sa), child_sa->get_unique_id(child_sa),
|
||||
ntohl(child_sa->get_spi(child_sa, TRUE)), bytes_in,
|
||||
ntohl(child_sa->get_spi(child_sa, FALSE)), bytes_out,
|
||||
|
||||
@@ -388,7 +388,7 @@ static bool install(private_quick_mode_t *this)
|
||||
this->child_sa->create_ts_enumerator(this->child_sa, FALSE));
|
||||
|
||||
DBG0(DBG_IKE, "CHILD_SA %s{%d} established "
|
||||
"with SPIs %.8x_i %.8x_o and TS %#R=== %#R",
|
||||
"with SPIs %.8x_i %.8x_o and TS %#R === %#R",
|
||||
this->child_sa->get_name(this->child_sa),
|
||||
this->child_sa->get_unique_id(this->child_sa),
|
||||
ntohl(this->child_sa->get_spi(this->child_sa, TRUE)),
|
||||
|
||||
Reference in New Issue
Block a user