gnunet-svn
[Top][All Lists]
Advanced

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

[libeufin] branch master updated: logging


From: gnunet
Subject: [libeufin] branch master updated: logging
Date: Thu, 29 Jul 2021 11:27:31 +0200

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

ms pushed a commit to branch master
in repository libeufin.

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

commit 60d7237861ed769a000819bf5c89bdc7f1075726
Author: ms <ms@taler.net>
AuthorDate: Thu Jul 29 11:27:27 2021 +0200

    logging
---
 cli/bin/libeufin-cli | 1 +
 1 file changed, 1 insertion(+)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli
index 0b3f619..50af94a 100755
--- a/cli/bin/libeufin-cli
+++ b/cli/bin/libeufin-cli
@@ -16,6 +16,7 @@ from getpass import getpass
 # was received.
 def check_response_status(resp, expected_status_code=200):
     if resp.status_code != expected_status_code:
+        print("Unexpected response status: {}".format(resp.status_code))
         sys.exit(1)
 
 def tell_user(resp, expected_status_code=200, withsuccess=False):

-- 
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]