summaryrefslogtreecommitdiff
path: root/buildbot/check_tip_reserve.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot/check_tip_reserve.py')
-rwxr-xr-xbuildbot/check_tip_reserve.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/buildbot/check_tip_reserve.py b/buildbot/check_tip_reserve.py
index f9f6b33..797a8e5 100755
--- a/buildbot/check_tip_reserve.py
+++ b/buildbot/check_tip_reserve.py
@@ -51,3 +51,4 @@ for item in reserves:
remaining_amount = allocated_amount - committed_amount
if remaining_amount > max_amount:
max_amount = remaining_amount
+print("Max tip reserve: {}".format(max_amount))