summaryrefslogtreecommitdiff
path: root/buildscripts/scons_cache_prune.py
diff options
context:
space:
mode:
authorSam Kleinman <samk@10gen.com>2016-08-02 12:32:47 -0400
committerSam Kleinman <samk@10gen.com>2016-08-02 14:59:28 -0400
commita78e1fefe2cf7fa9c537ec36295e5371e2458d2d (patch)
tree560a556917e3cf16f64ef3c03e78cff8b712e88a /buildscripts/scons_cache_prune.py
parentf8c4d2025431d83cda24c1a193321952372674c7 (diff)
downloadmongo-a78e1fefe2cf7fa9c537ec36295e5371e2458d2d.tar.gz
SERVER-25395: use scons cache for perf projects
Diffstat (limited to 'buildscripts/scons_cache_prune.py')
-rw-r--r--buildscripts/scons_cache_prune.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/scons_cache_prune.py b/buildscripts/scons_cache_prune.py
index d617dbcf57b..d82ac77101d 100644
--- a/buildscripts/scons_cache_prune.py
+++ b/buildscripts/scons_cache_prune.py
@@ -59,7 +59,7 @@ def prune_cache(cache_path, cache_size_gb, clean_ratio):
(total_size, contents) = collect_cache_contents(cache_path)
- logger.info("cache size {0}, quota {0}".format(total_size, cache_size))
+ logger.info("cache size {0}, quota {1}".format(total_size, cache_size))
if total_size >= cache_size:
logger.info("trimming the cache since {0} > {0}".format(total_size, cache_size))