diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-03-05 18:38:20 +0000 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2019-05-17 00:27:08 +0000 |
| commit | a6070d48e7c3a962aa161c43a6c3280ffcaa5552 (patch) | |
| tree | c7437219eee38e09cb518bfb75cf58b1f51c7635 | |
| parent | ee5aabb6fcf84027ef7a16a49755adafc2f07183 (diff) | |
vrrpd: fix debug message = -> <=
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
| -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 a4e4a62b0a..524619dfad 100644 --- a/vrrpd/vrrp.c +++ b/vrrpd/vrrp.c @@ -785,7 +785,7 @@ static int vrrp_recv_advertisement(struct vrrp_router *r, struct ipaddr *src, DEBUGD(&vrrp_dbg_proto, VRRP_LOGPFX VRRP_LOGPFX_VRID "Discarding advertisement from %s (%" PRIu8 - " = %" PRIu8 " & %s <= %s)", + " <= %" PRIu8 " & %s <= %s)", r->vr->vrid, sipstr, pkt->hdr.priority, r->priority, sipstr, dipstr); } |
