gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: make DEBUG bulk log


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: make DEBUG bulk logs
Date: Thu, 14 Dec 2017 18:13:21 +0100

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

marcello pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new ee26302  make DEBUG bulk logs
ee26302 is described below

commit ee263024e6d4ed5ae90cb4bb74cefbb61838b01e
Author: Marcello Stanisci <address@hidden>
AuthorDate: Thu Dec 14 18:11:37 2017 +0100

    make DEBUG bulk logs
---
 src/exchange/taler-exchange-wirewatch.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/exchange/taler-exchange-wirewatch.c 
b/src/exchange/taler-exchange-wirewatch.c
index e878594..e45b424 100644
--- a/src/exchange/taler-exchange-wirewatch.c
+++ b/src/exchange/taler-exchange-wirewatch.c
@@ -316,7 +316,7 @@ history_cb (void *cls,
                   "Error fetching history: %u!\n",
                   (unsigned int) ec);
     }
-    GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+    GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                 "End of list. Committing progress!\n");
     qs = db_plugin->commit (db_plugin->cls,
                            session);
@@ -427,7 +427,7 @@ find_transfers (void *cls)
   enum GNUNET_DB_QueryStatus qs;
 
   task = NULL;
-  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
               "Checking for incoming wire transfers\n");
 
   if (NULL == (session = db_plugin->get_session (db_plugin->cls)))

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



reply via email to

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