gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-merchant] branch master updated: logging


From: gnunet
Subject: [GNUnet-SVN] [taler-merchant] branch master updated: logging
Date: Tue, 13 Jun 2017 16:49:28 +0200

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 6efeffd  logging
6efeffd is described below

commit 6efeffdd62f2b599ffaf219e741592bcdd103b46
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 13 16:49:38 2017 +0200

    logging
---
 src/backenddb/plugin_merchantdb_postgres.c | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 6c26e5d..371cc4b 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; 
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]