summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backenddb/plugin_merchantdb_postgres.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/backenddb/plugin_merchantdb_postgres.c b/src/backenddb/plugin_merchantdb_postgres.c
index 6c26e5df..371cc4b5 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -2019,6 +2019,11 @@ process_deposits_cb (void *cls,
return;
}
+ GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+ "Detracting %s as refund, from coin %s\n",
+ TALER_amount_to_string (small),
+ TALER_B2S (&coin_pub));
+
small->value = 0;
small->fraction = 0;