summaryrefslogtreecommitdiff
path: root/buildstream/_frontend/status.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/_frontend/status.py')
-rw-r--r--buildstream/_frontend/status.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_frontend/status.py b/buildstream/_frontend/status.py
index 70f233357..91f47221a 100644
--- a/buildstream/_frontend/status.py
+++ b/buildstream/_frontend/status.py
@@ -404,7 +404,7 @@ class _StatusHeader():
#
# ~~~~~~ cache: 69% ~~~~~~
#
- usage = self._context.get_artifact_cache_usage()
+ usage = self._context.get_cache_usage()
usage_percent = '{}%'.format(usage.used_percent)
size = 21