summaryrefslogtreecommitdiffstats
path: root/src/sim.c
diff options
context:
space:
mode:
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,