mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 08:50:26 +00:00
zebra: Fix newline in log message
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
cea8b6556f
commit
1b3cf91b0c
@ -591,7 +591,7 @@ bool nl_addraw_l(struct nlmsghdr *n, unsigned int maxlen, const void *data,
|
||||
unsigned int len)
|
||||
{
|
||||
if (NLMSG_ALIGN(n->nlmsg_len) + NLMSG_ALIGN(len) > maxlen) {
|
||||
zlog_err("ERROR message exceeded bound of %d\n", maxlen);
|
||||
zlog_err("ERROR message exceeded bound of %d", maxlen);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user