[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-donau] branch master updated: add logging
From: |
gnunet |
Subject: |
[taler-donau] branch master updated: add logging |
Date: |
Wed, 01 May 2024 12:31:04 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository donau.
The following commit(s) were added to refs/heads/master by this push:
new e83fe8b add logging
e83fe8b is described below
commit e83fe8b86a5a886e6bf3245b40d72699f8972316
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed May 1 12:31:00 2024 +0200
add logging
---
contrib/gana | 2 +-
src/donau/donau-httpd_batch-submit.c | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/contrib/gana b/contrib/gana
index e6540cf..cc2d9bd 160000
--- a/contrib/gana
+++ b/contrib/gana
@@ -1 +1 @@
-Subproject commit e6540cf597091eabaa732826d5ad1185f4bcc5c1
+Subproject commit cc2d9bdb3e90af5ddebf964e3da492c04a307417
diff --git a/src/donau/donau-httpd_batch-submit.c
b/src/donau/donau-httpd_batch-submit.c
index c26d985..d7bd447 100644
--- a/src/donau/donau-httpd_batch-submit.c
+++ b/src/donau/donau-httpd_batch-submit.c
@@ -152,6 +152,7 @@ DH_handler_submit_receipts_post (struct DH_RequestContext
*rc,
if (NULL == (dk = DH_keys_donation_unit_by_hash (
&irc.donation_receipts[i].h_donation_unit_pub)))
{
+ GNUNET_break_op (0);
return TALER_MHD_reply_with_error (rc->connection,
MHD_HTTP_NOT_FOUND,
TALER_EC_DONAU_GENERIC_KEYS_MISSING,
@@ -201,4 +202,4 @@ DH_handler_submit_receipts_post (struct DH_RequestContext
*rc,
}
-/* end of donau-httpd_post-submit-receipts.c */
\ No newline at end of file
+/* end of donau-httpd_post-submit-receipts.c */
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-donau] branch master updated: add logging,
gnunet <=