aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-05-15 19:13:52 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-05-15 19:13:52 +0800
commitec82426c5e3c1026ceb996c71a1a6d4559118529 (patch)
treea483ec5734954f8146eff744a92c8e8693cde117 /openbsc
parent60fa0efcc87d3575b2ab8950c177c1633dafc675 (diff)
[nat] Mention where the MSG is coming from.
Diffstat (limited to 'openbsc')
-rw-r--r--openbsc/src/nat/bsc_nat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/src/nat/bsc_nat.c b/openbsc/src/nat/bsc_nat.c
index a6769805d..f1849ec29 100644
--- a/openbsc/src/nat/bsc_nat.c
+++ b/openbsc/src/nat/bsc_nat.c
@@ -356,7 +356,7 @@ static int forward_sccp_to_bts(struct msgb *msg)
/* Exchange src/dest for the reply */
nat_send_rlc(parsed->dest_local_ref, parsed->src_local_ref);
} else if (!con)
- LOGP(DNAT, LOGL_ERROR, "Unknown connection for msg type: 0x%x.\n", parsed->sccp_type);
+ LOGP(DNAT, LOGL_ERROR, "Unknown connection for msg type: 0x%x from the MSC.\n", parsed->sccp_type);
}
talloc_free(parsed);