diff server/dump.py @ 132:97aad4471593

merge
author Matt Johnston <matt@ucc.asn.au>
date Sun, 14 Oct 2012 21:51:55 +0800
parents de950be796dd
children
line wrap: on
line diff
--- a/server/dump.py	Sun Oct 14 21:46:24 2012 +0800
+++ b/server/dump.py	Sun Oct 14 21:51:55 2012 +0800
@@ -145,7 +145,11 @@
 
     while True:
         l = readline(sock)
-        print l
+	if not l:
+		print '.',
+		sys.stdout.flush()
+	else:
+		print l
 
 testcount = 0