summaryrefslogtreecommitdiffstats
path: root/src/host/trxcon/include/osmocom
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-04-13 06:41:33 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-04-14 06:54:05 +0700
commit0927643a323435fca012fdcbfdf9b96d9b891ed2 (patch)
treec0bfc10c8474a0d930d80569fcede91f0726596f /src/host/trxcon/include/osmocom
parent7035b8095cb027a5fb8b1f839b2b3cca75c8a4e5 (diff)
trxcon: l1sched: fix copy-paste in LOGP_SCHEDD macro
Diffstat (limited to 'src/host/trxcon/include/osmocom')
-rw-r--r--src/host/trxcon/include/osmocom/bb/l1sched/logging.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/trxcon/include/osmocom/bb/l1sched/logging.h b/src/host/trxcon/include/osmocom/bb/l1sched/logging.h
index f88fe4c3..21be9955 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 @@ void l1sched_logging_init(int log_cat_common, int log_cat_data);
/* 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"