From: Roy Marples Date: Fri, 4 Jul 2008 08:34:56 +0000 (+0000) Subject: We should inform the user we're checking the address ourselves. X-Git-Tag: v4.0.2~245 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77770806adc13d9834c1aaa144ab606496f75e7e;p=thirdparty%2Fdhcpcd.git We should inform the user we're checking the address ourselves. --- diff --git a/client.c b/client.c index 12472ec5..83ad3731 100644 --- a/client.c +++ b/client.c @@ -994,6 +994,10 @@ handle_timeout(struct if_state *state, const struct options *options) if (iface->arp_fd == -1) open_socket(iface, ETHERTYPE_ARP); if (state->probes < PROBE_NUM) { + if (state->probes == 0) + logger(LOG_INFO, "checking %s is available" + " on attached networks", + inet_ntoa(lease->addr)); state->probes++; logger(LOG_DEBUG, "sending ARP probe #%d", state->probes);