diff options
Diffstat (limited to 'bgpd/bgp_attr.c')
-rw-r--r-- | bgpd/bgp_attr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_attr.c b/bgpd/bgp_attr.c index 8f1f361d..ed1e72b3 100644 --- a/bgpd/bgp_attr.c +++ b/bgpd/bgp_attr.c @@ -858,7 +858,7 @@ static int bgp_attr_aspath_check( struct peer *peer, && ! aspath_firstas_check (attr->aspath, peer->as)) { zlog (peer->log, LOG_ERR, - "%s incorrect first AS (must be %d)", peer->host, peer->as); + "%s incorrect first AS (must be %u)", peer->host, peer->as); bgp_notify_send (peer, BGP_NOTIFY_UPDATE_ERR, BGP_NOTIFY_UPDATE_MAL_AS_PATH); |