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: debug print


From: gnunet
Subject: [GNUnet-SVN] [taler-bank] branch master updated: debug print
Date: Sun, 23 Apr 2017 00:52:40 +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 bd80ef1  debug print
bd80ef1 is described below

commit bd80ef1d7c0612368a0a873b9aa610343eb4fedb
Author: Marcello Stanisci <address@hidden>
AuthorDate: Sun Apr 23 00:52:20 2017 +0200

    debug print
---
 talerbank/app/views.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/talerbank/app/views.py b/talerbank/app/views.py
index efdbd4d..5959928 100644
--- a/talerbank/app/views.py
+++ b/talerbank/app/views.py
@@ -395,6 +395,7 @@ def add_incoming(request):
     try:
         schemas.validate_incoming_request(data)
     except ValueError:
+        logger.error("Bad data POSTed")
         return HttpResponseBadRequest()
     user_account = django.contrib.auth.authenticate(username=data["username"],
                                                     password=data["password"])

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



reply via email to

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