diff options
author | Tobias Brunner <tobias@strongswan.org> | 2015-10-07 16:25:05 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2015-11-10 12:13:06 +0100 |
commit | ebeb8c87c5669fa2cd2d2e580e5c731e9d4cc922 (patch) | |
tree | 42538160de09e6b35a3f03c1cafdc933b8336589 /src/libcharon/plugins/ha/ha_dispatcher.c | |
parent | c2967484a0d44a1cb4e4aa323a31a7a48c5b8a03 (diff) | |
download | strongswan-ebeb8c87c5669fa2cd2d2e580e5c731e9d4cc922.tar.bz2 strongswan-ebeb8c87c5669fa2cd2d2e580e5c731e9d4cc922.tar.xz |
traffic-selector: Don't end printf'ed list of traffic selectors with a space
Diffstat (limited to 'src/libcharon/plugins/ha/ha_dispatcher.c')
-rw-r--r-- | src/libcharon/plugins/ha/ha_dispatcher.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/ha/ha_dispatcher.c b/src/libcharon/plugins/ha/ha_dispatcher.c index afa099309..07ef607c6 100644 --- a/src/libcharon/plugins/ha/ha_dispatcher.c +++ b/src/libcharon/plugins/ha/ha_dispatcher.c @@ -848,7 +848,7 @@ static void process_child_add(private_ha_dispatcher_t *this, seg_o = this->kernel->get_segment_spi(this->kernel, ike_sa->get_other_host(ike_sa), outbound_spi); - DBG1(DBG_CFG, "installed HA CHILD_SA %s{%d} %#R=== %#R " + DBG1(DBG_CFG, "installed HA CHILD_SA %s{%d} %#R === %#R " "(segment in: %d%s, out: %d%s)", child_sa->get_name(child_sa), child_sa->get_unique_id(child_sa), local_ts, remote_ts, seg_i, this->segments->is_active(this->segments, seg_i) ? "*" : "", |