summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2018-09-07 13:38:07 +0100
committerRoy Marples <roy@marples.name>2018-09-07 13:38:07 +0100
commitf8f75e98201aab289f3a91ea75974b482ef9429f (patch)
treea07be8d15bd3f484b95e28922dd6436c9222c6f1
parentf8f0ddf45bfdd76ee846f5cfce2d744565558975 (diff)
downloaddhcpcd-f8f75e98201aab289f3a91ea75974b482ef9429f.tar.xz
dhcp6: don't log an error here.
-rw-r--r--src/dhcp6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcp6.c b/src/dhcp6.c
index 155bcb0a..943f4795 100644
--- a/src/dhcp6.c
+++ b/src/dhcp6.c
@@ -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;
}