commit 8563dcc8452d243ec63f98f0b63b48aa82c050a3 parent ce50b33fba44856f6f09873fb52dd947d6be4911 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 16 Jan 2023 16:47:15 +0100 log which subquery failed Diffstat:
| M | src/exchangedb/pg_get_reserve_history.c | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/exchangedb/pg_get_reserve_history.c b/src/exchangedb/pg_get_reserve_history.c @@ -1157,7 +1157,12 @@ TEH_PG_get_reserve_status (void *cls, &rhc); if ( (0 > qs) || (GNUNET_OK != rhc.status) ) + { + GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + "Query %s failed\n", + work[i].statement); break; + } } if ( (qs < 0) || (rhc.status != GNUNET_OK) )