do not be so super-quiet on (rare) rollbacks

This commit is contained in:
Christian Grothoff 2020-03-20 12:34:43 +01:00
parent 2021f75995
commit 159ce744b9
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -455,8 +455,8 @@ history_cb (void *cls,
}
if (GNUNET_DB_STATUS_SOFT_ERROR == qs)
{
GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
"Got DB soft error for reserve_in_insert\n");
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
"Got DB soft error for reserves_in_insert. Rolling back.\n");
db_plugin->rollback (db_plugin->cls,
session);
/* try again */