summaryrefslogtreecommitdiff
path: root/src/util/payto.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-05-31 14:56:34 +0200
committerChristian Grothoff <christian@grothoff.org>2022-05-31 14:56:34 +0200
commitf86eead6d6abe56b772b60c2f4a83a2a40bf3bd8 (patch)
tree655b947b88f8aa9b9116a0ccbb7f13ad4bc4ea73 /src/util/payto.c
parent7193261e52b31da6306b24e206a0cd314cf18caf (diff)
downloadexchange-f86eead6d6abe56b772b60c2f4a83a2a40bf3bd8.tar.gz
exchange-f86eead6d6abe56b772b60c2f4a83a2a40bf3bd8.tar.bz2
exchange-f86eead6d6abe56b772b60c2f4a83a2a40bf3bd8.zip
-log invalid URI
Diffstat (limited to 'src/util/payto.c')
-rw-r--r--src/util/payto.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/util/payto.c b/src/util/payto.c
index ceceecf52..d0f3a994b 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 */
}