summaryrefslogtreecommitdiffstats
path: root/tests/bgpd/test_bgp_table.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bgpd/test_bgp_table.c')
-rw-r--r--tests/bgpd/test_bgp_table.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/bgpd/test_bgp_table.c b/tests/bgpd/test_bgp_table.c
index 4eb132df5..e899e5b35 100644
--- a/tests/bgpd/test_bgp_table.c
+++ b/tests/bgpd/test_bgp_table.c
@@ -109,10 +109,7 @@ static void check_lookup_result(struct bgp_dest *match, va_list arglist)
if (bgp_dest_has_bgp_path_info_data(dest)
&& !prefix_in_array(dest_p, prefixes, prefix_count)) {
- char buf[PREFIX2STR_BUFFER];
-
- prefix2str(dest_p, buf, PREFIX2STR_BUFFER);
- printf("prefix %s was not expected!\n", buf);
+ printf("prefix %pFX was not expected!\n", dest_p);
assert(0);
}
}