summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/huawei.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/huawei.c b/plugins/huawei.c
index c1f1ae44..b915a85f 100644
--- a/plugins/huawei.c
+++ b/plugins/huawei.c
@@ -652,6 +652,8 @@ static void huawei_post_online(struct ofono_modem *modem)
{
struct huawei_data *data = ofono_modem_get_data(modem);
+ DBG("%p", modem);
+
if (data->sim_state != HUAWEI_SIM_STATE_VALID &&
data->sim_state != HUAWEI_SIM_STATE_INVALID_CS &&
data->sim_state != HUAWEI_SIM_STATE_INVALID_PS) {