gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant] branch master updated: fix doxygen


From: gnunet
Subject: [taler-merchant] branch master updated: fix doxygen
Date: Tue, 11 May 2021 19:48:01 +0200

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

grothoff pushed a commit to branch master
in repository merchant.

The following commit(s) were added to refs/heads/master by this push:
     new 63abbe2a fix doxygen
63abbe2a is described below

commit 63abbe2a32a0657c27947a5a68640380db682ba3
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue May 11 19:47:58 2021 +0200

    fix doxygen
---
 src/backenddb/plugin_merchantdb_postgres.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/backenddb/plugin_merchantdb_postgres.c 
b/src/backenddb/plugin_merchantdb_postgres.c
index 413a863a..e6140087 100644
--- a/src/backenddb/plugin_merchantdb_postgres.c
+++ b/src/backenddb/plugin_merchantdb_postgres.c
@@ -287,8 +287,9 @@ postgres_rollback (void *cls)
     GNUNET_PQ_EXECUTE_STATEMENT_END
   };
 
-  GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
-              "Rolling back merchant DB transaction\n");
+  GNUNET_log (GNUNET_ERROR_TYPE_INFO,
+              "Rolling back merchant DB transaction `%s'\n",
+              pg->transaction_name);
   GNUNET_break (GNUNET_OK ==
                 GNUNET_PQ_exec_statements (pg->conn,
                                            es));
@@ -3829,6 +3830,7 @@ postgres_lookup_deposits_by_contract_and_coin (
  * Lookup transfer status.
  *
  * @param cls closure
+ * @param instance_id at which instance should we resolve the transfer
  * @param exchange_url the exchange that made the transfer
  * @param wtid wire transfer subject
  * @param[out] total_amount amount that was debited from our

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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