aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Chemeris <Alexander.Chemeris@gmail.com>2015-06-05 00:54:03 -0400
committerHarald Welte <laforge@gnumonks.org>2015-09-22 16:41:31 +0200
commit68e8b2b1d5ea6e6236c277641cf565e7f99d7527 (patch)
treef71b8359feff08272511881a444b99c402e84af4
parent391ff14977d4e031562b6840d1ac0bf45ed4cfef (diff)
trx: Fix typo in a log message.
-rw-r--r--src/osmo-bts-trx/scheduler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bts-trx/scheduler.c b/src/osmo-bts-trx/scheduler.c
index 23bfebc..8d0c834 100644
--- a/src/osmo-bts-trx/scheduler.c
+++ b/src/osmo-bts-trx/scheduler.c
@@ -2898,7 +2898,7 @@ static void trx_ctrl_timer_cb(void *data)
if (transceiver_lost++ == TRX_LOSS_FRAMES) {
struct gsm_bts_trx *trx;
- LOGP(DL1C, LOGL_NOTICE, "No more clock from traneiver\n");
+ LOGP(DL1C, LOGL_NOTICE, "No more clock from transceiver\n");
no_clock:
transceiver_available = 0;