diff options
| author | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2021-07-09 15:46:36 -0300 |
|---|---|---|
| committer | Rafael Zalamena <rzalamena@opensourcerouting.org> | 2021-07-14 14:52:26 -0300 |
| commit | ae2ba0c219f3cfe4c89f44e6692325fea92d74e1 (patch) | |
| tree | 0a0619fb538b58dcc3f41a99471ba623b2454283 /ospf6d/ospf6_message.c | |
| parent | a95ba7a7c8820b3f16b191f34738d2ed2e43823f (diff) | |
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 <rzalamena@opensourcerouting.org>
Diffstat (limited to 'ospf6d/ospf6_message.c')
| -rw-r--r-- | ospf6d/ospf6_message.c | 1 |
1 files changed, 0 insertions, 1 deletions
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++; |
