aboutsummaryrefslogtreecommitdiff
path: root/src/exchangedb/pg_batch2_reserves_in_insert.c
diff options
context:
space:
mode:
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];