summaryrefslogtreecommitdiff
path: root/buildbot
diff options
context:
space:
mode:
Diffstat (limited to 'buildbot')
-rwxr-xr-xbuildbot/top_reserve.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildbot/top_reserve.sh b/buildbot/top_reserve.sh
index fccd08c..0c1e5d1 100755
--- a/buildbot/top_reserve.sh
+++ b/buildbot/top_reserve.sh
@@ -4,7 +4,7 @@ source "${HOME}/activate"
ACTIVE_COLOR="$(cat /home/test/active)"
if ! test "${TALER_ENV_COLOR}" = "${ACTIVE_COLOR}"; then
- echo "I'm the inactive color, will not top the reserve up!"
+ echo "I'm the inactive color (${TALER_ENV_COLOR}), will not top the reserve up!"
exit 0
fi