2004-10-31 Paul Jakma <paul@dishone.st>
* {bgpd,bgp_attr}.c: size_t printf format should be ld.
diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c
index c8f5ed6..410754e 100644
--- a/bgpd/bgp_attr.c
+++ b/bgpd/bgp_attr.c
@@ -1167,7 +1167,7 @@
if (endp - BGP_INPUT_PNT (peer) < BGP_ATTR_MIN_LEN)
{
zlog (peer->log, LOG_WARNING,
- "%s error BGP attribute length %d is smaller than min len",
+ "%s error BGP attribute length %ld is smaller than min len",
peer->host, endp - STREAM_PNT (BGP_INPUT (peer)));
bgp_notify_send (peer,