From 4179c870691108042f8b87002e31077858420c22 Mon Sep 17 00:00:00 2001 From: Bertrand Aygon Date: Wed, 27 Jul 2011 14:02:19 +0200 Subject: huawei: add a debug info to help debugging. --- plugins/huawei.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins/huawei.c') 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) { -- cgit v1.2.3