gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-deployment] branch master updated: debug


From: gnunet
Subject: [taler-deployment] branch master updated: debug
Date: Fri, 21 May 2021 09:16:47 +0200

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new e1c3414  debug
e1c3414 is described below

commit e1c34140003e2df5520600ca09a7cbb760f0e449
Author: MS <ms@taler.net>
AuthorDate: Fri May 21 09:16:43 2021 +0200

    debug
---
 bin/taler-deployment-config-instances | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]