aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_04_08.c
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2008-12-27 11:25:50 +0000
committerHarald Welte <laforge@gnumonks.org>2008-12-27 11:25:50 +0000
commit6125306e7344d5a337189f6bd3042a7bc63c833e (patch)
treee80465fa75439ca4103c034044059c177975267e /src/gsm_04_08.c
parentb275042cd0dc2a44d981cb1dd06e1c9f53d660d0 (diff)
fix typo
Diffstat (limited to 'src/gsm_04_08.c')
-rw-r--r--src/gsm_04_08.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm_04_08.c b/src/gsm_04_08.c
index 2fa040840..239ece3c2 100644
--- a/src/gsm_04_08.c
+++ b/src/gsm_04_08.c
@@ -319,7 +319,7 @@ static int mm_rx_id_resp(struct msgb *msg)
char mi_string[MI_SIZE];
mi_to_string(mi_string, sizeof(mi_string), &gh->data[1], gh->data[0]);
- DEBUGP(DMM, "IDENTITY RESPONSE: mi_type=0x%02x (MI(%s)\n",
+ DEBUGP(DMM, "IDENTITY RESPONSE: mi_type=0x%02x MI(%s)\n",
mi_type, mi_string);
/* FIXME: update subscribe <-> IMEI mapping */