aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_04_08.c
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-06-02 03:25:04 +0000
committerHolger Freyther <zecke@selfish.org>2009-06-02 03:25:04 +0000
commit79f4ae6cc3c52194ce9ee396e6cc8b7fff74cb5a (patch)
tree2574d3c343aa7128b87719693895222d08836d98 /src/gsm_04_08.c
parent213b20bec0dfb69c9196f551071bf85b445c080e (diff)
[debug] Change DEBUGPC statements to contain \n (Andreas Eversberg)
Some debug outputs now correctly use end-of-line characters.
Diffstat (limited to 'src/gsm_04_08.c')
-rw-r--r--src/gsm_04_08.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gsm_04_08.c b/src/gsm_04_08.c
index 368b2f40e..d585aaebf 100644
--- a/src/gsm_04_08.c
+++ b/src/gsm_04_08.c
@@ -565,7 +565,7 @@ static int mm_rx_loc_upd_req(struct msgb *msg)
mi_to_string(mi_string, sizeof(mi_string), lu->mi, lu->mi_len);
- DEBUGP(DMM, "LUPDREQ: mi_type=0x%02x MI(%s) type=%s ", mi_type, mi_string,
+ DEBUGP(DMM, "LUPDREQ: mi_type=0x%02x MI(%s) type=%s\n", mi_type, mi_string,
lupd_name(lu->type));
allocate_loc_updating_req(lchan);
@@ -839,10 +839,10 @@ static int gsm48_rx_mm_imsi_detach_ind(struct msgb *msg)
case GSM_MI_TYPE_IMEI:
case GSM_MI_TYPE_IMEISV:
/* no sim card... FIXME: what to do ? */
- fprintf(stderr, "Unimplemented mobile identity type\n");
+ DEBUGPC(DMM, "unimplemented mobile identity type\n");
break;
default:
- fprintf(stderr, "Unknown mobile identity type\n");
+ DEBUGPC(DMM, "unknown mobile identity type\n");
break;
}