gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-merchant] branch master updated: remove bad logging


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: remove bad logging
Date: Tue, 20 Feb 2018 11:49:19 +0100

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

dold pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 4711dcf  remove bad logging
4711dcf is described below

commit 4711dcff400d31d5efc097b7cf372e3732dea035
Author: Florian Dold <address@hidden>
AuthorDate: Tue Feb 20 11:48:56 2018 +0100

    remove bad logging
---
 src/backend/taler-merchant-httpd_tip-query.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/src/backend/taler-merchant-httpd_tip-query.c 
b/src/backend/taler-merchant-httpd_tip-query.c
index 7139b3f..97d3fd1 100644
--- a/src/backend/taler-merchant-httpd_tip-query.c
+++ b/src/backend/taler-merchant-httpd_tip-query.c
@@ -472,14 +472,9 @@ MH_handler_tip_query (struct TMH_RequestHandler *rh,
     }
     if (GNUNET_DB_STATUS_SUCCESS_NO_RESULTS == qs)
     {
-      // We'll amount_authorized to zero later once
+      // We'll set amount_authorized to zero later once
       // we know the currency
       tqc->none_authorized = GNUNET_YES;
-      GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "DB::::: authorized amount: 
NONE\n");
-    }
-    else
-    {
-      GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "DB::::: authorized amount: %s\n", 
TALER_amount_to_string (&tqc->amount_authorized));
     }
   }
 

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



reply via email to

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