diff options
| author | David Lamparter <equinox@diac24.net> | 2021-02-14 15:35:07 +0100 | 
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-02-14 15:36:51 +0100 | 
| commit | 1d5453d6070f5266f0bdf709690282a0dc5dc83d (patch) | |
| tree | 7eb4346adce641e92cc79a0be696908e924466e1 /vrrpd/vrrp.c | |
| parent | 44b0793e88503b4b70a569c0579f7a79b587f627 (diff) | |
*: remove tabs & newlines from log messages
Neither tabs nor newlines are acceptable in syslog messages.  They also
break line-based parsing of file logs.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to 'vrrpd/vrrp.c')
| -rw-r--r-- | vrrpd/vrrp.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/vrrpd/vrrp.c b/vrrpd/vrrp.c index 7728717e99..f4f489c3dd 100644 --- a/vrrpd/vrrp.c +++ b/vrrpd/vrrp.c @@ -854,7 +854,7 @@ static int vrrp_recv_advertisement(struct vrrp_router *r, struct ipaddr *src,  	vrrp_pkt_adver_dump(dumpbuf, sizeof(dumpbuf), pkt);  	DEBUGD(&vrrp_dbg_proto,  	       VRRP_LOGPFX VRRP_LOGPFX_VRID VRRP_LOGPFX_FAM -	       "Received VRRP Advertisement from %s:\n%s", +	       "Received VRRP Advertisement from %s: %s",  	       r->vr->vrid, family2str(r->family), sipstr, dumpbuf);  	/* Check that VRID matches our configured VRID */  | 
