commit f86eead6d6abe56b772b60c2f4a83a2a40bf3bd8 parent 7193261e52b31da6306b24e206a0cd314cf18caf Author: Christian Grothoff <christian@grothoff.org> Date: Tue, 31 May 2022 14:56:34 +0200 -log invalid URI Diffstat:
| M | src/util/payto.c | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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 */ }