summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Dedecker <dedeckeh@gmail.com>2019-04-15 23:13:51 +0200
committerHans Dedecker <dedeckeh@gmail.com>2019-04-15 23:13:51 +0200
commit666c14f95d372d8ccee39049e65caa49368aec09 (patch)
treee2fc1510bf4878ea384fc9b7c30bbd9a8124d68d
parent08989e46b9030671ce57b8872538d40e2ddcbbe0 (diff)
downloadnetifd-666c14f95d372d8ccee39049e65caa49368aec09.tar.gz
system-linux: remove debug tracing
Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
-rw-r--r--system-linux.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/system-linux.c b/system-linux.c
index 6a0105e..2f5bbe1 100644
--- a/system-linux.c
+++ b/system-linux.c
@@ -1973,9 +1973,7 @@ int system_add_neighbor(struct device *dev, struct device_neighbor *neighbor)
int system_del_neighbor(struct device *dev, struct device_neighbor *neighbor)
{
- int rval = system_neigh(dev, neighbor, RTM_DELNEIGH);
- netifd_log_message(L_NOTICE,"return delete %d", rval);
- return rval;
+ return system_neigh(dev, neighbor, RTM_DELNEIGH);
}
static int system_rt(struct device *dev, struct device_route *route, int cmd)