commit f1488298bfeb1e1b109e73cfc8916f606c62b488
parent 32e7366c96b83c991ee959cd0fe1aca00bdd1c60
Author: Florian Dold <florian@dold.me>
Date: Thu, 7 May 2026 22:15:09 +0200
-logging
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/testing/taler-unified-setup.sh b/src/testing/taler-unified-setup.sh
@@ -541,7 +541,7 @@ then
MPUB=$(taler-exchange-config -c "$CONF" -s exchange -o MASTER_PUBLIC_KEY)
if [ "$MPUB" != "$MASTER_PUB" ]
then
- echo -n " patching master_pub ($MASTER_PUB)..." >&2
+ echo -n " patching master_pub ($MASTER_PUB from ${MASTER_PRIV_FILE})..." >&2
taler-exchange-config -c "$CONF" -s exchange -o MASTER_PUBLIC_KEY -V "$MASTER_PUB"
fi
taler-exchange-dbinit \