From: Philippe Guibert Date: Mon, 23 Jan 2017 13:47:35 +0000 (+0100) Subject: tests: fix bgp print in tests X-Git-Tag: frr-3.0-branchpoint~29^2~28 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=dd3fb4c3eebe6679413748546ff589e481462e05;p=matthieu%2Ffrr.git tests: fix bgp print in tests This commit is a fix from previous commit: Quagga: AFI/SAFI mappings IANA to/from internal values. It removes the printf that was used for troubleshooting the afi/safi change, in respect to testing. Signed-off-by: Philippe Guibert --- diff --git a/tests/bgpd/test_mp_attr.c b/tests/bgpd/test_mp_attr.c index 96a0e0759d..883cac0cc6 100644 --- a/tests/bgpd/test_mp_attr.c +++ b/tests/bgpd/test_mp_attr.c @@ -729,7 +729,6 @@ parse_test (struct peer *peer, struct test_segment *t, int type) else nlri_ret = bgp_nlri_parse (peer, &attr, &nlri, 1); } - zlog_err("xxxxxxxxxxxxxxxx nlri ret %u", nlri_ret); handle_result (peer, t, parse_ret, nlri_ret); }