traffic-selector: Don't end printf'ed list of traffic selectors with a space

This commit is contained in:
Tobias Brunner
2015-11-10 12:13:06 +01:00
parent c2967484a0
commit ebeb8c87c5
11 changed files with 21 additions and 22 deletions
+1 -1
View File
@@ -302,7 +302,7 @@ METHOD(peer_cfg_t, select_child_cfg, child_cfg_t*,
enumerator_t *enumerator;
int best = 0;
DBG2(DBG_CFG, "looking for a child config for %#R=== %#R", my_ts, other_ts);
DBG2(DBG_CFG, "looking for a child config for %#R === %#R", my_ts, other_ts);
enumerator = create_child_cfg_enumerator(this);
while (enumerator->enumerate(enumerator, &current))
{