summaryrefslogtreecommitdiffstats
path: root/src/sim.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/sim.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/sim.c')
-rw-r--r--src/sim.c4
1 files changed, 2 insertions, 2 deletions
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,