gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: marktodosdone


From: gnunet
Subject: [taler-taler-mdb] branch master updated: marktodosdone
Date: Fri, 06 Dec 2019 12:14:30 +0100

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

dominik-hofer pushed a commit to branch master
in repository taler-mdb.

The following commit(s) were added to refs/heads/master by this push:
     new 6534b20  marktodosdone
6534b20 is described below

commit 6534b20ddb84a8717a3842c2c1f7111363b56f15
Author: Dominik Hofer <address@hidden>
AuthorDate: Fri Dec 6 12:04:28 2019 +0100

    marktodosdone
---
 src/main.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/main.c b/src/main.c
index c35c6e3..862a6bc 100644
--- a/src/main.c
+++ b/src/main.c
@@ -25,8 +25,6 @@ along with
 * TODO:
 * - comment code (Boss)
 * - replace remaining MDB magic constants with #defines (Hofer)
-* - no warnings for known commands that we do not care about (maybe 
DEBUG-level logging!) (Hofer)
-* - implement cancel confirmation (Hofer)
 */
 #include "config.h"
 #include <stdio.h>
@@ -1715,7 +1713,7 @@ handle_command (const char *hex,
           for (unsigned int i = 0; i < products_length; i++)
             if (product == products[i].number)
             {
-              GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
+              GNUNET_log (GNUNET_ERROR_TYPE_INFO,
                           "Product %u selected on NFC\n",
                           product);
               payment_activity = launch_payment (&products[i]);

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



reply via email to

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