diff --git a/bfdd/bfd.c b/bfdd/bfd.c index 245f2dc5ee..b884cd03da 100644 --- a/bfdd/bfd.c +++ b/bfdd/bfd.c @@ -1432,7 +1432,7 @@ struct bfd_session *bfd_key_lookup(struct bfd_key key) if (ctx.result) { bsp = ctx.result; log_debug(" peer %s found, but ifp" - " and/or loc-addr params ignored"); + " and/or loc-addr params ignored", peer_buf); } return bsp; }