From ed6abc4c2e72cee6a4119472cf9aeeb7f730465c Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Sat, 2 Oct 2010 07:25:16 +0200 Subject: Print debug information about DHCP timeserver value if available --- 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 13ad8bf2..273912ba 100644 --- a/src/dhcp.c +++ b/src/dhcp.c @@ -134,6 +134,8 @@ void connman_dhcp_set_value(struct connman_dhcp *dhcp, __connman_utsname_set_hostname(value); } else if (g_strcmp0(key, "Timeserver") == 0) { + connman_info("Timeserver %s", value); + g_free(dhcp->element->ipv4.timeserver); dhcp->element->ipv4.timeserver = g_strdup(value); } else if (g_strcmp0(key, "MTU") == 0) { -- cgit v1.2.3