summaryrefslogtreecommitdiff
path: root/src/util/payto.c
diff options
context:
space:
mode:
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 */
}