summaryrefslogtreecommitdiff
path: root/bin/taler-deployment-config-instances
diff options
context:
space:
mode:
authorMS <ms@taler.net>2021-05-21 09:16:43 +0200
committerMS <ms@taler.net>2021-05-21 09:16:43 +0200
commite1c34140003e2df5520600ca09a7cbb760f0e449 (patch)
tree4e669d9a2e99dfcc60d293ab4f5f1befc032093d /bin/taler-deployment-config-instances
parent075a982f7aa5b144eff197f21b8ff7ea93342d90 (diff)
downloaddeployment-e1c34140003e2df5520600ca09a7cbb760f0e449.tar.gz
deployment-e1c34140003e2df5520600ca09a7cbb760f0e449.tar.bz2
deployment-e1c34140003e2df5520600ca09a7cbb760f0e449.zip
debug
Diffstat (limited to 'bin/taler-deployment-config-instances')
-rwxr-xr-xbin/taler-deployment-config-instances2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/taler-deployment-config-instances b/bin/taler-deployment-config-instances
index 5d38d1e..59c1457 100755
--- a/bin/taler-deployment-config-instances
+++ b/bin/taler-deployment-config-instances
@@ -51,7 +51,7 @@ def ensure_instance(instance_id, name, payto_uris, auth):
urljoin(MERCHANT_BACKEND_BASE_URL, "private/instances"), json=req
)
if create_resp.status_code < 200 or create_resp.status_code >= 300:
- print(f"Instance '{instance_id}' was already in the system. Updating its auth now")
+ print(f"Instance '{instance_id}' could not be (re)created, backend says: {create_resp.text}. Updating its auth now")
if instance_id != "Tutorial":
patch_resp = requests.post(
urljoin(MERCHANT_BACKEND_BASE_URL,