gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-bank] branch master updated: log error


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: log error
Date: Fri, 19 Apr 2019 16:51:57 +0200

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

marcello pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new 8cdf0d5  log error
8cdf0d5 is described below

commit 8cdf0d5442b5a16ac1e6900d0bedb46bd5a1cd34
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Apr 19 16:51:50 2019 +0200

    log error
---
 taler-bank-manage.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/taler-bank-manage.in b/taler-bank-manage.in
index 869f0af..8420b6a 100644
--- a/taler-bank-manage.in
+++ b/taler-bank-manage.in
@@ -177,7 +177,7 @@ if ARGS.config is not None:
 
 try:
     ARGS.func(ARGS)
-except django.db.utils.OperationalError:
-    LOGGER.error("Your database has serious problems. Does it exist?")
+except django.db.utils.OperationalError as error:
+    LOGGER.error(error)
     sys.exit(4)
 ## @endcond

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

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