-log invalid URI

This commit is contained in:
Christian Grothoff 2022-05-31 14:56:34 +02:00
parent 7193261e52
commit f86eead6d6
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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 */
}