gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -log invalid URI


From: gnunet
Subject: [taler-exchange] branch master updated: -log invalid URI
Date: Tue, 31 May 2022 14:56:43 +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 f86eead6 -log invalid URI
f86eead6 is described below

commit f86eead6d6abe56b772b60c2f4a83a2a40bf3bd8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue May 31 14:56:34 2022 +0200

    -log invalid URI
---
 src/util/payto.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/util/payto.c b/src/util/payto.c
index ceceecf5..d0f3a994 100644
--- a/src/util/payto.c
+++ b/src/util/payto.c
@@ -123,6 +123,9 @@ TALER_xtalerbank_account_from_payto (const char *payto)
                 '?');
   if (NULL == end)
   {
+    GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
+                "Invalid payto URI `%s'\n",
+                payto);
     GNUNET_break_op (0);
     return GNUNET_strdup (beg); /* optional part is missing */
   }

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