]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Silence this annoying warning.
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 6 Feb 2014 16:51:16 +0000 (17:51 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 6 Feb 2014 16:51:16 +0000 (17:51 +0100)
proto/ospf/lsupd.c

index 1859867ba1567e943eba6e249bc728d7b188662c..8f65c532217cbcc8ed0336a83d92f0474f8e9d74 100644 (file)
@@ -392,8 +392,7 @@ ospf_lsupd_send_list(struct ospf_neighbor *n, list * l)
       if (en == NULL)
       {
        /* Probably flushed LSA, this should not happen */
-       log(L_WARN "OSPF: LSA disappeared (Type: %04x, Id: %R, Rt: %R)", 
-           lsr->lsh.type, lsr->lsh.id, lsr->lsh.rt);
+       // log(L_WARN "OSPF: LSA disappeared (Type: %04x, Id: %R, Rt: %R)", lsr->lsh.type, lsr->lsh.id, lsr->lsh.rt);
        lsr = NODE_NEXT(lsr);
        continue;                       
       }