From 5f10c6d6f4175be4f8d79782fb94230feeac7bdf Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Sat, 15 May 2010 19:13:52 +0800 Subject: [PATCH] [nat] Mention where the MSG is coming from. --- openbsc/src/nat/bsc_nat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbsc/src/nat/bsc_nat.c b/openbsc/src/nat/bsc_nat.c index 797cc2cab..fe53f498e 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);