commit e83fe8b86a5a886e6bf3245b40d72699f8972316
parent c8c1a91706fdafe6b40552fb6d7e1903e6749d0f
Author: Christian Grothoff <christian@grothoff.org>
Date: Wed, 1 May 2024 12:31:00 +0200
add logging
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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 */