aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_batch2_reserves_in_insert.c
diff options
context:
space:
mode:
authorJoseph <Joseph.xu@efrei.net>2023-01-04 10:14:12 -0500
committerJoseph <Joseph.xu@efrei.net>2023-01-04 10:14:12 -0500
commitd1491fb4215ff861d8ab77cc5aa564461490fb01 (patch)
treeecdbcf0636a129ea945363a7d7565aea37c6dcf8 /src/exchangedb/pg_batch2_reserves_in_insert.c
parent069708205c0b14e311f8916788275b121cae2c0e (diff)
downloadexchange-d1491fb4215ff861d8ab77cc5aa564461490fb01.tar.xz
some modif
Diffstat (limited to 'src/exchangedb/pg_batch2_reserves_in_insert.c')
-rw-r--r--src/exchangedb/pg_batch2_reserves_in_insert.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/exchangedb/pg_batch2_reserves_in_insert.c b/src/exchangedb/pg_batch2_reserves_in_insert.c
index 34c15d1da..62811f59b 100644
--- a/src/exchangedb/pg_batch2_reserves_in_insert.c
+++ b/src/exchangedb/pg_batch2_reserves_in_insert.c
@@ -111,7 +111,7 @@ insert1(struct PostgresClosure *pg,
if (qs2 < 0)
{
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
- "Failed to create reserves (%d)\n",
+ "Failed to create reserves 1(%d)\n",
qs2);
results[0] = qs2;
return qs2;
@@ -812,6 +812,7 @@ TEH_PG_batch2_reserves_in_insert (void *cls,
GNUNET_break (0);
return GNUNET_DB_STATUS_HARD_ERROR;
}
+ // fprintf(stdout, "%ld\n", reserve_uuid[i]);
need_update |= conflicts[i];
t_duplicate |= transaction_duplicate[i];