On Mon, 16 Mar 2015 18:54:29 +0000 zhiw...@google.com wrote: > Signed-off-by: Jerry Cen <zhiw...@google.com> > Author: Mark Lentczner <mz...@google.com> > Date: Fri, 13 Mar 2015 22:45:50 -0700 > Subject: [PATCH] yet more logging call cleanups > > --- > ryu/app/bmpstation.py | 4 +- > ryu/services/protocols/bgp/base.py | 2 +- > ryu/services/protocols/bgp/core.py | 14 ++--- > .../protocols/bgp/core_managers/peer_manager.py | 2 +- > .../protocols/bgp/core_managers/table_manager.py | 2 +- > ryu/services/protocols/bgp/info_base/base.py | 10 ++-- > ryu/services/protocols/bgp/info_base/vrf.py | 10 ++-- > ryu/services/protocols/bgp/peer.py | 64 > +++++++++++----------- > ryu/services/protocols/bgp/speaker.py | 6 +- > 9 files changed, 57 insertions(+), 57 deletions(-) > > diff --git a/ryu/app/bmpstation.py b/ryu/app/bmpstation.py > index 2f576c6..ea8f2b5 100644 > --- a/ryu/app/bmpstation.py > +++ b/ryu/app/bmpstation.py > @@ -79,8 +79,8 @@ class BMPStation(app_manager.RyuApp): > buf = buf[len_:] > self.failed_pkt_count += 1 > self.logger.error("failed to parse: %s" > - " (total fail count: %d)" % > - (e, self.failed_pkt_count)) > + " (total fail count: %d)", > + e, self.failed_pkt_count) > else: > t = time.strftime("%Y %b %d %H:%M:%S", > time.localtime())
Thanks! But line lines are still wrapped like the above? Can you check out your configuration again? ------------------------------------------------------------------------------ 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