summaryrefslogtreecommitdiff
path: root/src/exchange
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-01-07 22:24:19 +0100
committerChristian Grothoff <christian@grothoff.org>2021-01-07 22:24:19 +0100
commit421e802fd35888f3432720841bd25527ede29ebc (patch)
tree2a3cf60f9730a5ef066aaa37655e930cb556793f /src/exchange
parent6ccda0b02e143a179e2c62c2cce5b0f53dcf5022 (diff)
downloadexchange-421e802fd35888f3432720841bd25527ede29ebc.tar.gz
exchange-421e802fd35888f3432720841bd25527ede29ebc.tar.bz2
exchange-421e802fd35888f3432720841bd25527ede29ebc.zip
fix test issues with new DB schema
Diffstat (limited to 'src/exchange')
-rw-r--r--src/exchange/taler-exchange-closer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange/taler-exchange-closer.c b/src/exchange/taler-exchange-closer.c
index c32e933bc..d797c545d 100644
--- a/src/exchange/taler-exchange-closer.c
+++ b/src/exchange/taler-exchange-closer.c
@@ -475,7 +475,7 @@ run_reserve_closures (void *cls)
return;
case GNUNET_DB_STATUS_SUCCESS_NO_RESULTS:
GNUNET_log (GNUNET_ERROR_TYPE_INFO,
- "No more idle reserves, going back to aggregation\n");
+ "No more idle reserves to close, going to sleep.\n");
db_plugin->rollback (db_plugin->cls,
session);
GNUNET_assert (NULL == task);