From: Marcel Holtmann Date: Mon, 24 Mar 2008 09:44:57 +0000 (+0100) Subject: Add debug line for found passphrases X-Git-Tag: 0.1~367 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50d81ec56ebdc56fc72d80c189751b40f76738e2;p=platform%2Fupstream%2Fconnman.git Add debug line for found passphrases --- diff --git a/src/iface.c b/src/iface.c index a35d22a..4a655a1 100644 --- a/src/iface.c +++ b/src/iface.c @@ -382,6 +382,8 @@ void connman_iface_indicate_station(struct connman_iface *iface, passphrase = __connman_iface_find_passphrase(iface, name); if (passphrase != NULL) { + DBG("network %s passphrase %s", name, passphrase); + g_free(iface->network.identifier); iface->network.identifier = g_strdup(name); g_free(iface->network.passphrase);