aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-12-03 14:52:33 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-12-07 13:36:57 +0100
commit9d8f506f7f74a90091ab4906f17e4dd7501dc406 (patch)
treeecb6f24913321e5eb83b4fe7deaac2d9cc646918
parent5d5c31a367b2b16ba99e9375f56628972f6b3510 (diff)
gtphub: fix missing newline in log output
Sponsored-by: On-Waves ehi
-rw-r--r--openbsc/src/gprs/gtphub.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gtphub.c b/openbsc/src/gprs/gtphub.c
index b123b11e0..8c0734c78 100644
--- a/openbsc/src/gprs/gtphub.c
+++ b/openbsc/src/gprs/gtphub.c
@@ -2487,7 +2487,7 @@ int gtphub_start(struct gtphub *hub, struct gtphub_cfg *cfg,
}
if (hub->sgsn_use_sender)
- LOG(LOGL_NOTICE, "Using sender address and port for SGSN instead of GSN Addr IE and default ports.");
+ LOG(LOGL_NOTICE, "Using sender address and port for SGSN instead of GSN Addr IE and default ports.\n");
gtphub_gc_start(hub);
return 0;