layer23/mobile: Minor fix of debugging output

This commit is contained in:
Andreas Eversberg 2012-01-01 16:09:04 +01:00
parent 42004880e6
commit 5e1765c332
1 changed files with 1 additions and 1 deletions

View File

@ -3391,7 +3391,7 @@ static int gsm48_rr_rx_chan_rel(struct osmocom_ms *ms, struct msgb *msg)
}
tlv_parse(&tp, &gsm48_rr_att_tlvdef, cr->data, payload_len, 0, 0);
LOGP(DRR, LOGL_INFO, "channel release request with cause 0x%02x)\n",
LOGP(DRR, LOGL_INFO, "channel release request with cause 0x%02x\n",
cr->rr_cause);
/* BA range */