From 87ca1b0c8f4c5b441eb3209b2b0c867870596882 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 8 Feb 2010 11:54:03 -0600 Subject: Fix: Don't use ofono_debug directly in the core Use DBG macro which is integrated with the new debug framework. --- src/message-waiting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/message-waiting.c') diff --git a/src/message-waiting.c b/src/message-waiting.c index 42b10358..e805543b 100644 --- a/src/message-waiting.c +++ b/src/message-waiting.c @@ -418,7 +418,7 @@ static void mw_cphs_mwis_read_cb(int ok, int total_length, int record, unsigned char indication; if (!ok || total_length < 1) { - ofono_debug("No CPHS MWIS on SIM"); + DBG("No CPHS MWIS on SIM"); mw->ef_cphs_mwis_length = 0; return; } -- cgit v1.2.3