]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Remove pointless log message.
authorRoy Marples <roy@marples.name>
Wed, 6 Aug 2008 12:23:24 +0000 (12:23 +0000)
committerRoy Marples <roy@marples.name>
Wed, 6 Aug 2008 12:23:24 +0000 (12:23 +0000)
client.c

index ef79051d05c139989c591cbdbb90a4815c6341ca..7b1ad813347416a26ed9290242904dd6e6d6db1e 100644 (file)
--- 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)