From: Roy Marples Date: Wed, 6 Aug 2008 12:23:24 +0000 (+0000) Subject: Remove pointless log message. X-Git-Tag: v4.0.2~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f70eea80d24efc9a5ae54dc1ad0a2af7af03f0c;p=thirdparty%2Fdhcpcd.git Remove pointless log message. --- diff --git a/client.c b/client.c index ef79051d..7b1ad813 100644 --- a/client.c +++ b/client.c @@ -1157,12 +1157,11 @@ handle_timeout(struct if_state *state, const struct options *options) } switch (state->state) { case STATE_INIT_IPV4LL: - logger(LOG_INFO, "probing for an IPV4LL address"); state->state = STATE_PROBING; free(state->offer); state->offer = ipv4ll_get_dhcp(0); - state->claims = 0; state->probes = 0; + state->claims = 0; /* FALLTHROUGH */ case STATE_PROBING: if (iface->arp_fd == -1)