From aa79e52fde4977bbacba26cbb4e06a98d35e8235 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 14 Aug 2015 23:09:34 +0200 Subject: activating test /refresh/link (still fails) --- src/mintdb/plugin_mintdb_postgres.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/mintdb/plugin_mintdb_postgres.c') diff --git a/src/mintdb/plugin_mintdb_postgres.c b/src/mintdb/plugin_mintdb_postgres.c index 0c7d2d36a..3e52d1388 100644 --- a/src/mintdb/plugin_mintdb_postgres.c +++ b/src/mintdb/plugin_mintdb_postgres.c @@ -2179,6 +2179,9 @@ postgres_insert_refresh_melt (void *cls, } if (GNUNET_NO == ret) /* if not, insert it */ { + fprintf (stderr, + "Melting coin coin %s\n", + TALER_B2S (&melt->coin.coin_pub)); ret = insert_known_coin (cls, session, &melt->coin); @@ -3015,8 +3018,13 @@ postgres_get_transfer (void *cls, return GNUNET_SYSERR; } nrows = PQntuples (result); + fprintf (stderr, + "linkage for coin %s resulted in %d results\n", + TALER_B2S (coin_pub), + nrows); if (0 == nrows) { + /* no matches found */ PQclear (result); return GNUNET_NO; } -- cgit v1.2.3