]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fix leaked debug message.
authorOndrej Zajicek <santiago@crfreenet.org>
Fri, 1 Apr 2011 10:21:18 +0000 (12:21 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Fri, 1 Apr 2011 10:21:18 +0000 (12:21 +0200)
proto/static/static.c

index 448a560ad69b566532fbbae46da75188178e2dfe..b9534882b2f416f8dc739c888ce009a4276b8643 100644 (file)
@@ -237,7 +237,7 @@ static_neigh_notify(struct neighbor *n)
   struct proto *p = n->proto;
   struct static_route *r;
 
-  log(L_WARN "Static: neighbor notify for %I: iface %p\n", n->addr, n->iface);
+  DBG("Static: neighbor notify for %I: iface %p\n", n->addr, n->iface);
   for(r=n->data; r; r=r->chain)
     switch (r->dest)
       {