gsm/lapdm: Display SAPI in debug message for easier debug

Written-by: Andreas Eversberg <jolly@eversberg.eu>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Andreas.Eversberg 2011-11-06 20:47:00 +01:00 committed by Harald Welte
parent 816e178e99
commit 153903c8cf
1 changed files with 2 additions and 2 deletions

View File

@ -1065,8 +1065,8 @@ static int rslms_rx_rll(struct msgb *msg, struct lapdm_channel *lc)
return -EINVAL;
}
LOGP(DLLAPD, LOGL_INFO, "(%p) RLL Message '%s' received.\n",
lc->name, rsl_msg_name(msg_type));
LOGP(DLLAPD, LOGL_INFO, "(%p) RLL Message '%s' received. (sapi %d)\n",
lc->name, rsl_msg_name(msg_type), sapi);
switch (msg_type) {
case RSL_MT_UNIT_DATA_REQ: