]> git.puffer.fish Git - matthieu/frr.git/commitdiff
tests: fix bgp print in tests
authorPhilippe Guibert <philippe.guibert@6wind.com>
Mon, 23 Jan 2017 13:47:35 +0000 (14:47 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 14 Feb 2017 12:58:59 +0000 (13:58 +0100)
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 <philippe.guibert@6wind.com>
tests/bgpd/test_mp_attr.c

index 96a0e0759d8c20ca933ea8eadbf3df9542b5d66d..883cac0cc657e0cbbe7b89faf840ea9c760f424d 100644 (file)
@@ -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);
 }