aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-12-06 17:18:49 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-12-07 13:37:06 +0100
commitee1e5d758e0949934beb2485d517ef1ddca73de9 (patch)
treef86ad7e40498ffc599c85bd456d4d075d613a059 /openbsc
parente38fb66f4bfc3bbae9f5738e5b4e1f37fa0cef2f (diff)
gtphub: log: add side str to msg for reused TEI
Sponsored-by: On-Waves ehi
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/gprs/gtphub.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsc/src/gprs/gtphub.c b/openbsc/src/gprs/gtphub.c
index e2f3a5482..4708f37e2 100644
--- a/openbsc/src/gprs/gtphub.c
+++ b/openbsc/src/gprs/gtphub.c
@@ -1274,8 +1274,9 @@ static int gtphub_check_reused_teis(struct gtphub *hub,
* must be stale, then. */
LOG(LOGL_NOTICE,
"Expiring tunnel due to reused TEI:"
- " peer %s sent %s TEI %x,"
+ " %s peer %s sent %s TEI %x,"
" previously used by tunnel %s...\n",
+ gtphub_side_idx_names[side_idx],
gtphub_port_str(te->peer),
gtphub_plane_idx_names[plane_idx],
te->tei_orig,