Fix debug print of MPH-CONFIG.req

This commit is contained in:
Harald Welte 2012-03-18 21:35:15 +01:00
parent 12b95405ff
commit 21724bbaed
1 changed files with 1 additions and 1 deletions

View File

@ -741,7 +741,7 @@ static int tx_confreq_logchpar(struct gsm_lchan *lchan, uint8_t direction)
gsm_lchan_name(lchan),
get_value_string(femtobts_l1sapi_names,
conf_req->cfgParams.setLogChParams.sapi));
LOGP(DL1C, LOGL_INFO, "cfgParams Tn=%u, subCh=%u, dir=0x%x ",
LOGPC(DL1C, LOGL_INFO, "cfgParams Tn=%u, subCh=%u, dir=0x%x ",
conf_req->cfgParams.setLogChParams.u8Tn,
conf_req->cfgParams.setLogChParams.subCh,
conf_req->cfgParams.setLogChParams.dir);