On Fri, 19 Dec 2014 10:18:45 -0800 Jerry Cen <zhiw...@google.com> wrote:
> Signed-off-by: Jerry Cen <zhiw...@google.com> > --- > ryu/services/protocols/bgp/peer.py | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ryu/services/protocols/bgp/peer.py > b/ryu/services/protocols/bgp/peer.py > index d293774..4dafb10 100644 > --- a/ryu/services/protocols/bgp/peer.py > +++ b/ryu/services/protocols/bgp/peer.py > @@ -1475,7 +1475,7 @@ class Peer(Source, Sink, NeighborConfListener, > Activity): > tm.learn_path(w_path) > else: > LOG.debug('prefix : %s is blocked by in-bound filter : %s' > - % (msg_nlri, blocked_cause)) > + % (nlri_str, blocked_cause)) Looks good. Applied, Thanks a lot! ------------------------------------------------------------------------------ Dive into the World of Parallel Programming! The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net _______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel