fixeria has uploaded this change for review.
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/00/32300/1
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"
To view, visit change 32300. To unsubscribe, or for help writing mail filters, visit settings.