From cba9cbf1bdb253c7727da10ff4f835d7ffbadeed Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Thu, 6 Feb 2014 17:51:16 +0100 Subject: [PATCH] Silence this annoying warning. --- proto/ospf/lsupd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/proto/ospf/lsupd.c b/proto/ospf/lsupd.c index 1859867b..8f65c532 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; }