summaryrefslogtreecommitdiff
path: root/net/bittorrent/patches/patch-ab
blob: 71e57ebebbe9f736a16a011d7c74ccabe0381cb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.4 2005/07/26 13:43:13 gdt Exp $

--- btdownloadheadless.py.orig	2005-05-24 02:06:11.000000000 -0400
+++ btdownloadheadless.py
@@ -151,6 +151,7 @@ class HeadlessDisplayer(object):
         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()