Add debug line for found passphrases
authorMarcel Holtmann <marcel@holtmann.org>
Mon, 24 Mar 2008 09:44:57 +0000 (10:44 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Mon, 24 Mar 2008 09:44:57 +0000 (10:44 +0100)
src/iface.c

index a35d22a..4a655a1 100644 (file)
@@ -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);