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/sim.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/sim.c') diff --git a/src/sim.c b/src/sim.c index 1d17fa35..0ab399d4 100644 --- a/src/sim.c +++ b/src/sim.c @@ -1506,7 +1506,7 @@ static gboolean sim_op_check_cached(struct ofono_sim *sim) if (fd == -1) { if (errno != ENOENT) - ofono_debug("Error %i opening cache file for " + DBG("Error %i opening cache file for " "fileid %04x, IMSI %s", errno, op->id, imsi); @@ -1810,7 +1810,7 @@ static void sim_cb_download_cb(const struct ofono_error *error, return; } - ofono_debug("CellBroadcast download to UICC reported no error"); + DBG("CellBroadcast download to UICC reported no error"); } void __ofono_cbs_sim_download(struct ofono_sim *sim, -- cgit v1.2.3