From: Rafael Zalamena Date: Fri, 9 Jul 2021 18:46:36 +0000 (-0300) Subject: ospf6d: remove extra debug message X-Git-Tag: base_8.1~318^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F9053%2Fhead;p=mirror%2Ffrr.git ospf6d: remove extra debug message Somehow the hello message debugging code slipped outside the debug guard. Lets just remove it. Signed-off-by: Rafael Zalamena --- diff --git a/ospf6d/ospf6_message.c b/ospf6d/ospf6_message.c index 1f2618ec83..549f5668b9 100644 --- a/ospf6d/ospf6_message.c +++ b/ospf6d/ospf6_message.c @@ -1977,7 +1977,6 @@ static int ospf6_write(struct thread *thread) __func__, latency); oi->last_hello = timestamp; oi->hello_out++; - ospf6_hello_print(oh, OSPF6_ACTION_SEND); break; case OSPF6_MESSAGE_TYPE_DBDESC: oi->db_desc_out++;