r232 - branches/rewrite/src

Otavio Salvador partial-mirror-devel@lists.alioth.debian.org
Tue, 21 Sep 2004 16:51:58 -0600


Author: otavio
Date: Tue Sep 21 16:51:57 2004
New Revision: 232

Modified:
   branches/rewrite/src/Download.py
Log:
Add more useful information.

Modified: branches/rewrite/src/Download.py
==============================================================================
--- branches/rewrite/src/Download.py	(original)
+++ branches/rewrite/src/Download.py	Tue Sep 21 16:51:57 2004
@@ -52,7 +52,7 @@
             c.setopt(pycurl.CONNECTTIMEOUT, 30)
             c.setopt(pycurl.TIMEOUT, 300)
             c.setopt(pycurl.PROGRESSFUNCTION, progress)
-#            c.setopt(pycurl.VERBOSE, 1)
+            c.setopt(pycurl.NOPROGRESS, 0)
             self.__handles.append(c)
 
         threading.Thread.__init__(self)
@@ -96,7 +96,6 @@
                 if num_q == 0:
                     break
 
-            print "Looping externo."
             # Currently no more I/O is pending, could do something in the meantime
             # (display a progress bar, etc.).
             # We just use select() to wait until some more data is available.