From: paul Date: Mon, 27 Jan 2003 11:57:46 +0000 (+0000) Subject: revert unchecked debug info generated by Kevin Miller's patch X-Git-Tag: frr-2.0-rc1~4158 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=7cfb15fe15a419489cb82192d19344efc7871274;p=mirror%2Ffrr.git revert unchecked debug info generated by Kevin Miller's patch --- diff --git a/ospfd/ospf_packet.c b/ospfd/ospf_packet.c index ceb6d84549..5913803c7d 100644 --- a/ospfd/ospf_packet.c +++ b/ospfd/ospf_packet.c @@ -616,8 +616,6 @@ ospf_hello (struct ip *iph, struct ospf_header *ospfh, /* increment statistics. */ oi->hello_in++; - zlog_info ("Packet %s [Hello:RECV]: oi hello cnt %d", - inet_ntoa (ospfh->router_id), oi->hello_in); hello = (struct ospf_hello *) STREAM_PNT (s); @@ -2460,10 +2458,6 @@ ospf_make_hello (struct ospf_interface *oi, struct stream *s) /* Add neighbor seen. */ for (rn = route_top (oi->nbrs); rn; rn = route_next (rn)) if ((nbr = rn->info) != NULL) { - zlog_info("make_hello: nbr %s, state %d", - inet_ntoa(nbr->router_id), - nbr->state); - /* ignore 0.0.0.0 node. */ if (nbr->router_id.s_addr != 0) if (nbr->state != NSM_Attempt)