change log message fron signed to unsigned decimal

This commit is contained in:
paul 2002-12-13 21:47:59 +00:00
parent f2c8065220
commit efa9f83009

View File

@ -1170,7 +1170,7 @@ aspath_show_all_iterator (struct hash_backet *backet, struct vty *vty)
as = (struct aspath *) backet->data;
vty_out (vty, "[%p:%d] (%ld) ", backet, backet->key, as->refcnt);
vty_out (vty, "[%p:%u] (%ld) ", backet, backet->key, as->refcnt);
vty_out (vty, "%s%s", as->str, VTY_NEWLINE);
}