From ba8000cadf46e1179666bb5e5e3af9eb3e662110 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 17 Feb 2011 10:07:31 -0600 Subject: hfp_ag: Minor style fix --- plugins/hfp_ag.c | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins') diff --git a/plugins/hfp_ag.c b/plugins/hfp_ag.c index cb4a0be2..6acb4ddf 100644 --- a/plugins/hfp_ag.c +++ b/plugins/hfp_ag.c @@ -102,6 +102,7 @@ static void hfp_ag_connect_cb(GIOChannel *io, GError *err, gpointer user_data) modem = modems->data; if (modem == NULL) goto failed; + DBG("Picked modem %p for emulator", modem); em = ofono_emulator_create(modem, OFONO_EMULATOR_TYPE_HFP); -- cgit v1.2.3