Print debug information about DHCP timeserver value if available
authorMarcel Holtmann <marcel@holtmann.org>
Sat, 2 Oct 2010 05:25:16 +0000 (07:25 +0200)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 2 Oct 2010 05:25:16 +0000 (07:25 +0200)
src/dhcp.c

index 13ad8bf..273912b 100644 (file)
@@ -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) {