From 4bd40079eea51f0a84a00d6330222364adf44710 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Thu, 7 Jan 2010 18:06:52 -0800 Subject: Add debug information for proxy auto configuration URL --- src/dhcp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/dhcp.c') diff --git a/src/dhcp.c b/src/dhcp.c index eb6d52c5..8b9a39b6 100644 --- a/src/dhcp.c +++ b/src/dhcp.c @@ -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); } -- cgit v1.2.3