trxcon: l1sched: fix copy-paste in LOGP_SCHEDD macro

Change-Id: I256578ae23e2f2d29a2751169c63d7a3df6d6f56
Related: OS#5500
This commit is contained in:
Vadim Yanitskiy 2023-04-13 06:41:33 +07:00
parent 7035b8095c
commit 0927643a32
1 changed files with 1 additions and 1 deletions

View File

@ -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"