commit 6efeffdd62f2b599ffaf219e741592bcdd103b46
parent d9180c81a9c76dc5fc608d82bde908531548d5dc
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Tue, 13 Jun 2017 16:49:38 +0200
logging
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git 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;