summaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/isiusb.c2
-rw-r--r--plugins/n900.c2
-rw-r--r--plugins/u8500.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/plugins/isiusb.c b/plugins/isiusb.c
index 7252d26a..69a6d603 100644
--- a/plugins/isiusb.c
+++ b/plugins/isiusb.c
@@ -207,7 +207,7 @@ static void reachable_cb(const GIsiMessage *msg, void *data)
if (!g_isi_msg_error(msg) < 0)
return;
- ISI_VERSION_DBG(msg);
+ ISI_RESOURCE_DBG(msg);
g_isi_client_ind_subscribe(isi->client, MTC_STATE_INFO_IND,
mtc_state_ind_cb, om);
diff --git a/plugins/n900.c b/plugins/n900.c
index b6af2cb2..44e2e75d 100644
--- a/plugins/n900.c
+++ b/plugins/n900.c
@@ -241,7 +241,7 @@ static void mtc_reachable_cb(const GIsiMessage *msg, void *data)
if (!g_isi_msg_error(msg) < 0)
return;
- ISI_VERSION_DBG(msg);
+ ISI_RESOURCE_DBG(msg);
g_isi_client_ind_subscribe(isi->client, MTC_STATE_INFO_IND,
mtc_state_ind_cb, modem);
diff --git a/plugins/u8500.c b/plugins/u8500.c
index d47d8545..3e9f22bd 100644
--- a/plugins/u8500.c
+++ b/plugins/u8500.c
@@ -235,7 +235,7 @@ static void reachable_cb(const GIsiMessage *msg, void *data)
if (!g_isi_msg_error(msg) < 0)
return;
- ISI_VERSION_DBG(msg);
+ ISI_RESOURCE_DBG(msg);
g_isi_client_ind_subscribe(isi->client, MCE_MODEM_STATE_IND,
mce_state_ind_cb, om);
@@ -538,7 +538,7 @@ static void u8500_devinfo_reachable_cb(const GIsiMessage *msg, void *data)
if (g_isi_msg_error(msg) < 0)
return;
- ISI_VERSION_DBG(msg);
+ ISI_RESOURCE_DBG(msg);
ofono_devinfo_register(info);
}