summaryrefslogtreecommitdiffstats
path: root/plugins/n900.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/n900.c')
-rw-r--r--plugins/n900.c2
1 files changed, 1 insertions, 1 deletions
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);