=== modified file 'fetch.py' --- fetch.py 2011-10-25 23:08:55 +0000 +++ fetch.py 2011-10-26 08:31:37 +0000 @@ -649,7 +649,7 @@ (text, pct, current, total) = g.groups() pb.update(text, int(current), int(total)) else: - pb.update(text, 0, 0) + trace.note(text) class DetermineWantsRecorder(object):