diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-08-27 12:22:47 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2010-08-27 12:22:47 +0000 |
commit | 5719511d3db175875d06d611a135165cf71c3455 (patch) | |
tree | 290898ce964c9bcfc18ce0c90ca83b86cced3519 /usr.sbin | |
parent | 9a3e5ab93d548108fc54e11c8163930656b35698 (diff) |
Fix format string that was not changed after the log_fec introduction.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ldpd/lde_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 <michele@openbsd.org> @@ -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, |