diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-03-20 12:34:43 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-03-20 12:34:43 +0100 |
commit | 159ce744b9aacfc8a9c98d89619226c521ea4cc1 (patch) | |
tree | 1b0cd95ae665070825e27d63ec70e8b6825a1a1d | |
parent | 2021f75995732d760323eca1d1844bc29f0ac976 (diff) |
do not be so super-quiet on (rare) rollbacks
-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 04bf21698..ede6220ba 100644 --- a/src/exchange/taler-exchange-wirewatch.c +++ b/src/exchange/taler-exchange-wirewatch.c @@ -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 */ |