diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2010-10-02 07:25:16 +0200 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2010-10-02 07:25:16 +0200 |
commit | ed6abc4c2e72cee6a4119472cf9aeeb7f730465c (patch) | |
tree | 21018c6b7290b69e8c1ec7c09451eca14b41d385 /src/dhcp.c | |
parent | 4da399a00d1ae6cf8914895fa6fd3d147d67e633 (diff) | |
download | connman-ed6abc4c2e72cee6a4119472cf9aeeb7f730465c.tar.gz connman-ed6abc4c2e72cee6a4119472cf9aeeb7f730465c.tar.bz2 connman-ed6abc4c2e72cee6a4119472cf9aeeb7f730465c.zip |
Print debug information about DHCP timeserver value if available
Diffstat (limited to 'src/dhcp.c')
-rw-r--r-- | src/dhcp.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |