diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-05-24 20:40:58 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-05-24 20:40:58 +0000 |
commit | c2d61de003a4ec643eb2669317d53097263eafd7 (patch) | |
tree | e52c81cb46b35020d23e8b5b720a5d51c85a224d /usr.sbin/ospfd | |
parent | 87b0573ee8eb75c925b6440d7f56c2778bfbc69f (diff) |
Fix format string.
Diffstat (limited to 'usr.sbin/ospfd')
-rw-r--r-- | usr.sbin/ospfd/rde.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/rde.c b/usr.sbin/ospfd/rde.c index 27363219b1b..5dface6ed98 100644 --- a/usr.sbin/ospfd/rde.c +++ b/usr.sbin/ospfd/rde.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rde.c,v 1.21 2005/05/24 06:55:21 claudio Exp $ */ +/* $OpenBSD: rde.c,v 1.22 2005/05/24 20:40:57 claudio Exp $ */ /* * Copyright (c) 2004, 2005 Claudio Jeker <claudio@openbsd.org> @@ -444,7 +444,7 @@ rde_dispatch_imsg(int fd, short event, void *bula) aid.s_addr = lsa_hdr.ls_id; log_debug("rde_dispatch_imsg: IMSG_LS_MAXAGE, " - "type %d ls_id %d", lsa_hdr.type, + "type %d ls_id %s", lsa_hdr.type, inet_ntoa(aid)); if (rde_nbr_loading(nbr->area)) { |