$NetBSD: patch-ab,v 1.6 2006/02/26 22:43:33 tron Exp $ --- bittorrent-console.orig 2006-01-31 20:16:36.000000000 +0000 +++ bittorrent-console 2006-02-26 15:28:20.000000000 +0000 @@ -157,6 +157,7 @@ print _("share rating: "), self.shareRating print _("seed status: "), self.seedStatus print _("peer status: "), self.peerStatus + sys.stdout.flush() def print_spew(self, spew): s = StringIO()