]> git.proxmox.com Git - mirror_frr.git/commitdiff
staticd: remove unneeded newline from zlog call
authorTrey Aspelund <taspelund@cumulusnetworks.com>
Wed, 20 Nov 2019 21:23:02 +0000 (16:23 -0500)
committerTrey Aspelund <taspelund@cumulusnetworks.com>
Wed, 20 Nov 2019 21:26:08 +0000 (16:26 -0500)
PR 5303 was merged before the newline was removed from the zlog call.

Signed-off-by: Trey Aspelund <taspelund@cumulusnetworks.com>
staticd/static_vty.c

index 48ad10e90cbabcea6bc401920094f26a0f73efe0..8db37589af7e47fa5c105caf9b7db70e1b18fdc6 100644 (file)
@@ -434,7 +434,7 @@ static int static_route_leak(
                                        "%% Nexthop interface name can not be from reserved keywords (Null0, reject, blackhole)\n");
                        else
                                zlog_warn(
-                                       "%s: %s: Nexthop interface name can not be from reserved keywords (Null0, reject, blackhole)\n",
+                                       "%s: %s: Nexthop interface name can not be from reserved keywords (Null0, reject, blackhole)",
                                        __PRETTY_FUNCTION__, dest_str);
                        return CMD_WARNING_CONFIG_FAILED;
                }