]> git.puffer.fish Git - mirror/frr.git/commitdiff
eigrpd: Remove extra newline in debug
authorDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 17 Aug 2017 13:48:21 +0000 (09:48 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 17 Aug 2017 13:48:21 +0000 (09:48 -0400)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
eigrpd/eigrp_fsm.c

index 8e2a26447eca0b97b84f26a766b3f3c4c84a7ddc..ba2d1f7e8d05eedd53b246bbfc4376b48b6189d5 100644 (file)
@@ -333,7 +333,7 @@ int eigrp_get_fsm_event(struct eigrp_fsm_action_message *msg)
  */
 int eigrp_fsm_event(struct eigrp_fsm_action_message *msg, int event)
 {
-       zlog_info("EIGRP AS: %d State: %d  Event: %d Network: %s\n",
+       zlog_info("EIGRP AS: %d State: %d  Event: %d Network: %s",
                  msg->eigrp->AS, msg->prefix->state, event,
                  eigrp_topology_ip_string(msg->prefix));
        (*(NSM[msg->prefix->state][event].func))(msg);