summaryrefslogtreecommitdiffstats
path: root/src/ipv6nd.c
diff options
context:
space:
mode:
authorSascha Wildner <saw@online.de>2020-09-24 20:53:56 +0100
committerRoy Marples <roy@marples.name>2020-09-24 20:53:56 +0100
commit61b2e192fda8cf3ab392f519806eb3bca35c15db (patch)
tree102c28ae89385609a9196994bb376ae67e046f3c /src/ipv6nd.c
parentcce22f81eec70c266071d5d3cfdf3931df203e59 (diff)
downloaddhcpcd-61b2e192fda8cf3ab392f519806eb3bca35c15db.tar.xz
Clean up some warnings.
Diffstat (limited to 'src/ipv6nd.c')
-rw-r--r--src/ipv6nd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipv6nd.c b/src/ipv6nd.c
index d1cc4efa..4afbf1fb 100644
--- a/src/ipv6nd.c
+++ b/src/ipv6nd.c
@@ -1223,7 +1223,7 @@ ipv6nd_handlera(struct dhcpcd_ctx *ctx,
if (rap->willexpire)
new_data = true;
loglevel = new_rap || rap->willexpire || !rap->isreachable ?
- LOG_INFO : LOG_DEBUG,
+ LOG_INFO : LOG_DEBUG;
logmessage(loglevel, "%s: Router Advertisement from %s",
ifp->name, rap->sfrom);