gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-mdb] branch master updated: -reduce logging


From: gnunet
Subject: [taler-taler-mdb] branch master updated: -reduce logging
Date: Tue, 31 May 2022 12:47:31 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 5ef597a  -reduce logging
5ef597a is described below

commit 5ef597aabae5793218c292589ea1dbb782e185e6
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue May 31 12:47:29 2022 +0200

    -reduce logging
---
 src/main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/main.c b/src/main.c
index 0f58df4..a6c90e0 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1246,7 +1246,7 @@ wallet_transmit_uri (void *cls)
   memcpy (message, put_data, sizeof (put_data));
   memcpy (&message[sizeof (put_data)], pa->taler_pay_uri, slen);
   /* send the put data command via nfc */
-  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Sending 'PUT DATA' command for `%s' to wallet\n",
               pa->taler_pay_uri);
   if (0 > nfc_initiator_transceive_bytes (pa->pnd,
@@ -2006,7 +2006,7 @@ cancel_button_pressed (void *cls)
   char value;
 
   cancelbutton_task = NULL;
-  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Cancel button event detected\n");
   if (1 !=
       read (cancel_button.cancelbuttonfd,
@@ -2049,7 +2049,7 @@ cancel_button_pressed (void *cls)
     }
     else
     {
-      GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+      GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                   "Cancel button spurious event (%d), looking for more\n",
                   (int) value);
       start_read_cancel_button ();

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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