summaryrefslogtreecommitdiff
path: root/proto
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2014-02-06 17:51:16 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2014-02-06 17:51:16 +0100
commitcba9cbf1bdb253c7727da10ff4f835d7ffbadeed (patch)
tree785f812a0e35c760a17f339042148ba2b3cb7709 /proto
parent48e5f32db676645640f84ab3d630cce975aa6b20 (diff)
Silence this annoying warning.
Diffstat (limited to 'proto')
-rw-r--r--proto/ospf/lsupd.c3
1 files changed, 1 insertions, 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;
}