commit f252b616f24d053fb417f1af42b2c064aa9d44ca parent a326dd208c45aadf67c0083756ba01fa4239bd8e Author: ms <ms@taler.net> Date: Thu, 1 Jul 2021 17:53:57 +0200 debug Diffstat:
| M | buildbot/check_tip_reserve.py | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git 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}")