diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-02-08 11:54:03 -0600 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-02-08 11:54:03 -0600 |
commit | 87ca1b0c8f4c5b441eb3209b2b0c867870596882 (patch) | |
tree | 1a0a79a975bd19f41768558b93af91c5e326d896 /src/sim.c | |
parent | c02dc9c68b47f93793ec9699069d0a77bcac3e12 (diff) | |
download | ofono-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |