Fix typo in log message

Change-Id: Ifd65542eca9180a2fcaaca290861396569e453ec
This commit is contained in:
Pau Espin 2020-08-17 18:15:46 +02:00
parent 74b750df81
commit a2c574ede1
1 changed files with 2 additions and 2 deletions

View File

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