gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: log details about 404


From: gnunet
Subject: [taler-exchange] branch master updated: log details about 404
Date: Sun, 15 Sep 2024 01:28:34 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new fa5995ed4 log details about 404
fa5995ed4 is described below

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

    log details about 404
---
 src/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
index f9d7e2591..dc8f9fd91 100644
--- 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 &&

-- 
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]