summaryrefslogtreecommitdiffhomepage
path: root/src/ndp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ndp.c')
-rw-r--r--src/ndp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ndp.c b/src/ndp.c
index 58fe14f..41b0064 100644
--- a/src/ndp.c
+++ b/src/ndp.c
@@ -362,7 +362,7 @@ static void setup_addr_for_relaying(struct in6_addr *addr, struct interface *ifa
continue;
if (netlink_setup_proxy_neigh(addr, c->ifindex, add))
- syslog(LOG_DEBUG, "Failed to %s proxy neighbour entry %s on %s",
+ syslog(LOG_ERR, "Failed to %s proxy neighbour entry %s on %s",
add ? "add" : "delete", ipbuf, c->name);
else
syslog(LOG_DEBUG, "%s proxy neighbour entry %s on %s",