commit 6534b20ddb84a8717a3842c2c1f7111363b56f15
parent 98b5626ace51fcd0a2c7b0f35198ff2464e1c51b
Author: Dominik Hofer <dominik.hofer@bfh.ch>
Date: Fri, 6 Dec 2019 12:04:28 +0100
marktodosdone
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git 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]);