From 517bdd97b71374a783f95f1d21b33f6b32854bf8 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sat, 29 Oct 2011 19:02:11 +0000 Subject: [PATCH] Code cleanup --- src/phone.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/phone.c b/src/phone.c index a1d03eb..cec4264 100644 --- a/src/phone.c +++ b/src/phone.c @@ -3800,8 +3800,10 @@ static void _modem_event_authentication(Phone * phone, ModemEvent * event) static void _modem_event_call(Phone * phone, ModemEvent * event) { +#ifdef DEBUG fprintf(stderr, "DEBUG: %s() %u %u\n", __func__, event->call.call_type, event->call.status); +#endif if(event->call.call_type != MODEM_CALL_TYPE_VOICE || event->call.number == NULL) return; /* XXX ignore these for now */