gtphub: fix missing newline in log output

Sponsored-by: On-Waves ehi
This commit is contained in:
Neels Hofmeyr 2015-12-03 14:52:33 +01:00
parent 5d5c31a367
commit 9d8f506f7f
1 changed files with 1 additions and 1 deletions

View File

@ -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;