summaryrefslogtreecommitdiff
path: root/pimd/pim_register.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@diac24.net>2020-03-24 19:15:04 +0100
committerDavid Lamparter <equinox@diac24.net>2020-03-24 19:43:18 +0100
commit63efca0e95c727318485fe6d37141f79b1401a88 (patch)
treec07189c4864e1358e043cd25d8fdf76752ea899e /pimd/pim_register.c
parentd6951e5ef9d0dc529dd94871f7186ca19b0459c8 (diff)
*: remove line breaks from log messages
Line break at the end of the message is implicit for zlog_* and flog_*, don't put it in the string. Mid-message line breaks are currently unsupported. (LF is "end of message" in syslog.) Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'pimd/pim_register.c')
-rw-r--r--pimd/pim_register.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_register.c b/pimd/pim_register.c
index 7b0af89993..cb6aae7fae 100644
--- a/pimd/pim_register.c
+++ b/pimd/pim_register.c
@@ -186,7 +186,7 @@ void pim_register_send(const uint8_t *buf, int buf_size, struct in_addr src,
if (!pinfo) {
if (PIM_DEBUG_PIM_REG)
zlog_debug(
- "%s: Interface: %s not configured for pim to trasmit on!\n",
+ "%s: Interface: %s not configured for pim to transmit on!",
__func__, ifp->name);
return;
}