From: Ondrej Zajicek Date: Thu, 6 Feb 2014 16:51:16 +0000 (+0100) Subject: Silence this annoying warning. X-Git-Tag: v1.4.1~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cba9cbf1bdb253c7727da10ff4f835d7ffbadeed;p=thirdparty%2Fbird.git Silence this annoying warning. --- diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index 1859867ba..8f65c5322 100644 --- a/proto/ospf/lsupd.c +++ b/proto/ospf/lsupd.c @@ -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; }