From 1e05838a4db178f25eef560d774cf63d7af6d3c4 Mon Sep 17 00:00:00 2001 From: hasso Date: Wed, 1 Sep 2004 21:36:14 +0000 Subject: Merge svn revision 975 from Zebra repository. --- ospf6d/ospf6_top.c | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'ospf6d/ospf6_top.c') diff --git a/ospf6d/ospf6_top.c b/ospf6d/ospf6_top.c index 23ad09f0..5ab208b4 100644 --- a/ospf6d/ospf6_top.c +++ b/ospf6d/ospf6_top.c @@ -61,8 +61,6 @@ ospf6_top_lsdb_hook_add (struct ospf6_lsa *lsa) break; default: - if (IS_OSPF6_DEBUG_LSA (RECV)) - zlog_info ("Unknown LSA in AS-scoped lsdb"); break; } } @@ -77,8 +75,6 @@ ospf6_top_lsdb_hook_remove (struct ospf6_lsa *lsa) break; default: - if (IS_OSPF6_DEBUG_LSA (RECV)) - zlog_info ("Unknown LSA in AS-scoped lsdb"); break; } } @@ -216,8 +212,6 @@ ospf6_maxage_remover (struct thread *thread) listnode i, j, k; o->maxage_remover = (struct thread *) NULL; - if (IS_OSPF6_DEBUG_LSA (TIMER)) - zlog_info ("Maxage Remover"); for (i = listhead (o->area_list); i; nextnode (i)) { @@ -232,9 +226,6 @@ ospf6_maxage_remover (struct thread *thread) on->state != OSPF6_NEIGHBOR_LOADING) continue; - if (IS_OSPF6_DEBUG_LSA (TIMER)) - zlog_info ("Maxage Remover End: %s exchange or loading", - on->name); return 0; } } @@ -252,9 +243,6 @@ ospf6_maxage_remover (struct thread *thread) } OSPF6_LSDB_MAXAGE_REMOVER (o->lsdb); - if (IS_OSPF6_DEBUG_LSA (TIMER)) - zlog_info ("Maxage Remover End"); - return 0; } -- cgit v1.2.1