Skip to content

Commit

Permalink
staticd: remove unneeded newline from zlog call
Browse files Browse the repository at this point in the history
PR 5303 was merged before the newline was removed from the zlog call.

Signed-off-by: Trey Aspelund <taspelund@cumulusnetworks.com>
  • Loading branch information
Trey Aspelund committed Nov 20, 2019
1 parent 684912f commit 8751e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staticd/static_vty.c
Expand Up @@ -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;
}
Expand Down

0 comments on commit 8751e3b

Please sign in to comment.