]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
dhcp6: don't log an error here.
authorRoy Marples <roy@marples.name>
Fri, 7 Sep 2018 12:38:07 +0000 (13:38 +0100)
committerRoy Marples <roy@marples.name>
Fri, 7 Sep 2018 12:38:07 +0000 (13:38 +0100)
src/dhcp6.c

index 155bcb0ac14f9c2b45ee49a2072e1b18ca343dd0..943f4795c149b3100e5df41929a106be8958fa26 100644 (file)
@@ -3194,7 +3194,7 @@ dhcp6_recvif(struct interface *ifp, struct dhcp6_message *r, size_t len)
        ctx = ifp->ctx;
        state = D6_STATE(ifp);
        if (state == NULL || state->send == NULL) {
-               logdebug("%s: DHCPv6 reply received but not running",
+               logdebugx("%s: DHCPv6 reply received but not running",
                    ifp->name);
                return;
        }