commit 27044c97b8d7e452c1a14babf1bb725448682961 parent 28a0ee04370c492af1d21d1b2abaaa773effe8a9 Author: Marcello Stanisci <stanisci.m@gmail.com> Date: Fri, 19 Apr 2019 18:45:06 +0200 debug Diffstat:
| M | buildbot/top_reserve.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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