pespin has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-gprs/+/33851 )
Change subject: rlcmac: Fix LOGPTBFDL macro log category ......................................................................
rlcmac: Fix LOGPTBFDL macro log category
Change-Id: I7f90981a114070ff13c508f0c6800cc1dd2cfe14 --- M include/osmocom/gprs/rlcmac/tbf_dl.h 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/include/osmocom/gprs/rlcmac/tbf_dl.h b/include/osmocom/gprs/rlcmac/tbf_dl.h index 104b6e6..fe0b2ef 100644 --- a/include/osmocom/gprs/rlcmac/tbf_dl.h +++ b/include/osmocom/gprs/rlcmac/tbf_dl.h @@ -74,6 +74,6 @@ }
#define LOGPTBFDL(dl_tbf, lvl, fmt, args...) \ - LOGP(g_rlcmac_log_cat[OSMO_GPRS_RLCMAC_LOGC_TBFUL], lvl, "TBF(DL:NR-%" PRIu8 ":TLLI-%08x) " fmt, \ + LOGP(g_rlcmac_log_cat[OSMO_GPRS_RLCMAC_LOGC_TBFDL], lvl, "TBF(DL:NR-%" PRIu8 ":TLLI-%08x) " fmt, \ (dl_tbf)->tbf.nr, (dl_tbf)->tbf.gre->tlli, \ ## args)