From 5719511d3db175875d06d611a135165cf71c3455 Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Fri, 27 Aug 2010 12:22:47 +0000 Subject: Fix format string that was not changed after the log_fec introduction. --- usr.sbin/ldpd/lde_lib.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/ldpd/lde_lib.c b/usr.sbin/ldpd/lde_lib.c index dc6f246515a..a2d9f3535df 100644 --- a/usr.sbin/ldpd/lde_lib.c +++ b/usr.sbin/ldpd/lde_lib.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lde_lib.c,v 1.25 2010/08/26 08:39:43 claudio Exp $ */ +/* $OpenBSD: lde_lib.c,v 1.26 2010/08/27 12:22:46 claudio Exp $ */ /* * Copyright (c) 2009 Michele Marchetto @@ -355,7 +355,7 @@ lde_check_mapping(struct map *map, struct lde_nbr *ln) struct lde_nbr_address *addr = NULL; struct lde_map *me; - log_debug("label mapping from nbr %s, FEC %s/%u, label %u", + log_debug("label mapping from nbr %s, FEC %s, label %u", inet_ntoa(ln->id), log_fec(map), map->label); rn = (struct rt_node *)fec_find_prefix(&rt, map->prefix.s_addr, -- cgit v1.2.3