aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2020-08-17 18:15:46 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2020-08-17 18:15:46 +0200
commita2c574ede11aafd72975eb7c13c3f363f7bef1ae (patch)
treeb7bcb685fa966b6e0fd40c246ddcc61790c14b9e
parent74b750df81b23bcd138ca4c22a240b625747db22 (diff)
Fix typo in log message
-rw-r--r--src/gprs_rlcmac_meas.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gprs_rlcmac_meas.cpp b/src/gprs_rlcmac_meas.cpp
index 441f58d6..f4a7e479 100644
--- a/src/gprs_rlcmac_meas.cpp
+++ b/src/gprs_rlcmac_meas.cpp
@@ -42,8 +42,8 @@ int gprs_rlcmac_meas_rep(Packet_Measurement_Report_t *pmr)
NC_Measurements_t *nc;
int i;
- LOGP(DRLCMACMEAS, LOGL_INFO, "Measuement Report of TLLI=0x%08x:",
- pmr->TLLI);
+ LOGP(DRLCMACMEAS, LOGL_INFO, "Measurement Report of TLLI=0x%08x:",
+ pmr->TLLI);
switch (pmr->UnionType) {
case 0: