summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2017-12-14 18:11:37 +0100
committerMarcello Stanisci <stanisci.m@gmail.com>2017-12-14 18:12:03 +0100
commitee263024e6d4ed5ae90cb4bb74cefbb61838b01e (patch)
treedf44e36d5c37e2192a0bd051f1079c122c10eee4 /src/exchange
parent7e966aa2aef83472b641154646f8ef84688104eb (diff)
downloadexchange-ee263024e6d4ed5ae90cb4bb74cefbb61838b01e.tar.gz
exchange-ee263024e6d4ed5ae90cb4bb74cefbb61838b01e.tar.bz2
exchange-ee263024e6d4ed5ae90cb4bb74cefbb61838b01e.zip
make DEBUG bulk logs
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-wirewatch.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-wirewatch.c b/src/exchange/taler-exchange-wirewatch.c
index e8785942c..e45b42437 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)))