diff options
| author | Christian Grothoff <christian@grothoff.org> | 2022-05-31 14:56:34 +0200 | 
|---|---|---|
| committer | Christian Grothoff <christian@grothoff.org> | 2022-05-31 14:56:34 +0200 | 
| commit | f86eead6d6abe56b772b60c2f4a83a2a40bf3bd8 (patch) | |
| tree | 655b947b88f8aa9b9116a0ccbb7f13ad4bc4ea73 /src/util/payto.c | |
| parent | 7193261e52b31da6306b24e206a0cd314cf18caf (diff) | |
-log invalid URI
Diffstat (limited to 'src/util/payto.c')
| -rw-r--r-- | src/util/payto.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| 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 */    } | 
