Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1750)

Unified Diff: run_isolated.py

Issue 18645002: Print to stdout when spending a long time downloading files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: run_isolated.py
diff --git a/run_isolated.py b/run_isolated.py
index f70cd16ba296f78dd1b87472975c9d8ad497012c..f06d2b460985f1b7b1af48936ba4d30a771e4c0f 100755
--- a/run_isolated.py
+++ b/run_isolated.py
@@ -1832,7 +1832,7 @@ def run_tha_test(isolated_hash, cache_dir, remote, policies):
os.chmod(outfile, properties['m'])
if time.time() - last_update > DELAY_BETWEEN_UPDATES_IN_SECS:
- logging.info('%d files remaining...' % len(remaining))
+ print('%d files remaining...' % len(remaining))
last_update = time.time()
if settings.read_only:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698