From 9d8f506f7f74a90091ab4906f17e4dd7501dc406 Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 3 Dec 2015 14:52:33 +0100 Subject: gtphub: fix missing newline in log output Sponsored-by: On-Waves ehi --- openbsc/src/gprs/gtphub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3