diff options
| author | Sascha Wildner <saw@online.de> | 2020-09-24 20:53:56 +0100 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2020-09-24 20:53:56 +0100 |
| commit | 61b2e192fda8cf3ab392f519806eb3bca35c15db (patch) | |
| tree | 102c28ae89385609a9196994bb376ae67e046f3c /src/ipv6nd.c | |
| parent | cce22f81eec70c266071d5d3cfdf3931df203e59 (diff) | |
| download | dhcpcd-61b2e192fda8cf3ab392f519806eb3bca35c15db.tar.xz | |
Clean up some warnings.
Diffstat (limited to 'src/ipv6nd.c')
| -rw-r--r-- | src/ipv6nd.c | 2 |
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); |
