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: logger call


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: logger call
Date: Tue, 31 Oct 2017 15:14:30 +0100

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 0acc0c3  logger call
0acc0c3 is described below

commit 0acc0c37ee97f637a03beeb882d9bd5f5c87b2a6
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Oct 31 15:14:16 2017 +0100

    logger call
---
 talerbank/app/views.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index fd6f570..fa673c5 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -502,7 +502,7 @@ def add_incoming(request):
         return JsonResponse(dict(error=e), status=400)
 
     except BadFormatAmount:
-        logger("Bad MAX_DEBT|MAX_BANK_DEBT format")
+        logger.error("Bad MAX_DEBT|MAX_BANK_DEBT format")
     except CurrencyMismatch:
         logger.error("Internal currency inconsistency")
         return JsonResponse(dict(error="Internal server error"), status=500)

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



reply via email to

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