fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/32300 )
Change subject: trxcon: l1sched: fix copy-paste in LOGP_SCHEDD macro ......................................................................
trxcon: l1sched: fix copy-paste in LOGP_SCHEDD macro
Change-Id: I256578ae23e2f2d29a2751169c63d7a3df6d6f56 Related: OS#5500 --- M src/host/trxcon/include/osmocom/bb/l1sched/logging.h 1 file changed, 11 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified msuraev: Looks good to me, but someone else must approve pespin: Looks good to me, approved
diff --git a/src/host/trxcon/include/osmocom/bb/l1sched/logging.h b/src/host/trxcon/include/osmocom/bb/l1sched/logging.h index f88fe4c..21be995 100644 --- a/src/host/trxcon/include/osmocom/bb/l1sched/logging.h +++ b/src/host/trxcon/include/osmocom/bb/l1sched/logging.h @@ -16,7 +16,7 @@
/* Data messages using l1sched_state as the context */ #define LOGP_SCHEDD(sched, level, fmt, args...) \ - LOGP_SCHED_CAT(sched, common, level, fmt, ## args) + LOGP_SCHED_CAT(sched, data, level, fmt, ## args)
#define LOGP_LCHAN_NAME_FMT "TS%u-%s"