exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit fa5995ed438869db7e52f3437c01fb98782bbf62
parent f1c1569737585d703d0d201809ba7d1411c9603b
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 15 Sep 2024 01:28:30 +0200

log details about 404

Diffstat:
Msrc/auditor/taler-auditor-httpd.c | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/auditor/taler-auditor-httpd.c b/src/auditor/taler-auditor-httpd.c @@ -858,7 +858,9 @@ handle_mhd_request (void *cls, } if (NULL == match) { - GNUNET_break_op (0); + GNUNET_log (GNUNET_ERROR_TYPE_WARNING, + "Could not find handler for `%s'\n", + url); goto not_found; } if (match->requires_auth &&