From ae2ba0c219f3cfe4c89f44e6692325fea92d74e1 Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Fri, 9 Jul 2021 15:46:36 -0300 Subject: [PATCH] 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 --- ospf6d/ospf6_message.c | 1 - 1 file changed, 1 deletion(-) 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++; -- 2.39.5