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.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildbot/check_tip_reserve.py b/buildbot/check_tip_reserve.py
index ba7ae7d..0c5e580 100755
--- a/buildbot/check_tip_reserve.py
+++ b/buildbot/check_tip_reserve.py
@@ -53,3 +53,5 @@ if total_amount.is_zero():
# FIXME, eventually, just check the largest amount left through
# all the reserves.
print(f"Tip money is available: {total_amount}")
+print(f"=========================================")
+print(f"FULL DUMP FROM THE BACKEND:\n{resp.text}")