Add debug information for proxy auto configuration URL
authorMarcel Holtmann <marcel@holtmann.org>
Fri, 8 Jan 2010 02:06:52 +0000 (18:06 -0800)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 8 Jan 2010 02:06:52 +0000 (18:06 -0800)
src/dhcp.c

index eb6d52c..8b9a39b 100644 (file)
@@ -123,6 +123,8 @@ void connman_dhcp_set_value(struct connman_dhcp *dhcp,
                dhcp->element->ipv4.timeserver = g_strdup(value);
        } else if (g_strcmp0(key, "MTU") == 0) {
        } else if (g_strcmp0(key, "PAC") == 0) {
+               connman_info("PAC configuration %s", value);
+
                g_free(dhcp->element->ipv4.pac);
                dhcp->element->ipv4.pac = g_strdup(value);
        }