]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_ptm.c
This patch changes ospfd from only listening mode for BFD status updates to interacti...
[mirror_frr.git] / zebra / zebra_ptm.c
index 4681649475a907c87f8bb82c99217007a88f66bc..0a90afcaca7e119afdac2b5039db69c7b4282a7b 100644 (file)
@@ -303,8 +303,6 @@ zebra_ptm_handle_bfd_msg(void *arg, void *in_ctxt)
   ptm_lib_find_key_in_msg(in_ctxt, ZEBRA_PTM_BFDSTATUS_STR, bfdst_str);
 
   if (bfdst_str[0] == '\0') {
-    zlog_debug("%s: Key %s not found in PTM msg", __func__,
-               ZEBRA_PTM_BFDSTATUS_STR);
     return -1;
   }