diff options
author | Marcello Stanisci <stanisci.m@gmail.com> | 2017-12-14 18:11:37 +0100 |
---|---|---|
committer | Marcello Stanisci <stanisci.m@gmail.com> | 2017-12-14 18:12:03 +0100 |
commit | ee263024e6d4ed5ae90cb4bb74cefbb61838b01e (patch) | |
tree | df44e36d5c37e2192a0bd051f1079c122c10eee4 | |
parent | 7e966aa2aef83472b641154646f8ef84688104eb (diff) |
make DEBUG bulk logs
-rw-r--r-- | src/exchange/taler-exchange-wirewatch.c | 4 |
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))) |