aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <neels@hofmeyr.de>2016-07-27 15:45:50 +0200
committerNeels Hofmeyr <neels@hofmeyr.de>2016-07-27 16:24:47 +0200
commita888e95efafbb449105965f3043d913b93668862 (patch)
tree6f9ca76a445671db14d1bda4121d953096116d3b
parentdd34540ce4547a2567bdd266e1a456fc4a199170 (diff)
log typo: trx_sched_set_pchan()
-rw-r--r--src/common/scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/scheduler.c b/src/common/scheduler.c
index 7c790cd1..507be789 100644
--- a/src/common/scheduler.c
+++ b/src/common/scheduler.c
@@ -1302,7 +1302,7 @@ int trx_sched_set_pchan(struct l1sched_trx *l1t, uint8_t tn,
}
}
- LOGP(DL1C, LOGL_NOTICE, "Failed to configuring multiframe "
+ LOGP(DL1C, LOGL_NOTICE, "Failed to configure multiframe "
"trx=%d ts=%d\n", l1t->trx->nr, tn);
return -ENOTSUP;