commit e1c34140003e2df5520600ca09a7cbb760f0e449
parent 075a982f7aa5b144eff197f21b8ff7ea93342d90
Author: MS <ms@taler.net>
Date: Fri, 21 May 2021 09:16:43 +0200
debug
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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,