[nat] Mention where the MSG is coming from.

This commit is contained in:
Holger Hans Peter Freyther 2010-05-15 19:13:52 +08:00
parent e6dfb18a79
commit 5f10c6d6f4
1 changed files with 1 additions and 1 deletions

View File

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