From e17da972e2e7d1c7789aefef1599a50840d8290e Mon Sep 17 00:00:00 2001 From: Aki Niemi Date: Mon, 11 Apr 2011 18:02:35 +0300 Subject: isimodem: Rename resource debug macro --- plugins/isiusb.c | 2 +- plugins/n900.c | 2 +- plugins/u8500.c | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins') 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); } -- cgit v1.2.3