gtphub: fix fatal log msg for SGSN proxy.

While reworking the logging, a stray comma found its way into the code.

Fixes coverity 1339765.

Sponsored-by: On-Waves ehi
This commit is contained in:
Neels Hofmeyr 2015-11-17 12:26:02 +01:00
parent 4034897038
commit 3d3aa8fb88
1 changed files with 1 additions and 1 deletions

View File

@ -1878,7 +1878,7 @@ int gtphub_start(struct gtphub *hub, struct gtphub_cfg *cfg)
&hub->to_sgsns[plane_idx],
&cfg->sgsn_proxy[plane_idx])
!= 0) {
LOG(LOGL_FATAL, "Cannot configure SGSN proxy",
LOG(LOGL_FATAL, "Cannot configure SGSN proxy"
" %s port %d.\n",
cfg->sgsn_proxy[plane_idx].addr_str,
(int)cfg->sgsn_proxy[plane_idx].port);