summaryrefslogtreecommitdiffstats
path: root/src/message-waiting.c
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-02-08 11:54:03 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-02-08 11:54:03 -0600
commit87ca1b0c8f4c5b441eb3209b2b0c867870596882 (patch)
tree1a0a79a975bd19f41768558b93af91c5e326d896 /src/message-waiting.c
parentc02dc9c68b47f93793ec9699069d0a77bcac3e12 (diff)
downloadofono-87ca1b0c8f4c5b441eb3209b2b0c867870596882.tar.bz2
Fix: Don't use ofono_debug directly in the core
Use DBG macro which is integrated with the new debug framework.
Diffstat (limited to 'src/message-waiting.c')
-rw-r--r--src/message-waiting.c2
1 files changed, 1 insertions, 1 deletions
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;
}