make DEBUG bulk logs

This commit is contained in:
Marcello Stanisci 2017-12-14 18:11:37 +01:00
parent 7e966aa2ae
commit ee263024e6
No known key found for this signature in database
GPG Key ID: 8D526861953F4C0F

View File

@ -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)))