]> git.puffer.fish Git - matthieu/frr.git/commitdiff
ospf6d: remove extra debug message
authorRafael Zalamena <rzalamena@opensourcerouting.org>
Fri, 9 Jul 2021 18:46:36 +0000 (15:46 -0300)
committerRafael Zalamena <rzalamena@opensourcerouting.org>
Wed, 14 Jul 2021 17:52:26 +0000 (14:52 -0300)
Somehow the hello message debugging code slipped outside the debug
guard. Lets just remove it.

Signed-off-by: Rafael Zalamena <rzalamena@opensourcerouting.org>
ospf6d/ospf6_message.c

index 1f2618ec83596b53f7b4e65e690ad4d07ba7b21a..549f5668b9121c3d46a81521d6417a8a08e51481 100644 (file)
@@ -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++;