summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_validation.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_validation.c')
-rw-r--r--src/exchange/taler-exchange-httpd_validation.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/exchange/taler-exchange-httpd_validation.c b/src/exchange/taler-exchange-httpd_validation.c
index 29c57d89e..0ca127eb2 100644
--- a/src/exchange/taler-exchange-httpd_validation.c
+++ b/src/exchange/taler-exchange-httpd_validation.c
@@ -114,8 +114,10 @@ load_account (void *cls,
ai->payto_url))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "URL in Wire response file `%s' does not match URL in configuration!\n",
- ai->wire_response_filename);
+ "URL in Wire response file `%s' does not match URL in configuration (%s vs %s)!\n",
+ ai->wire_response_filename,
+ url,
+ ai->payto_url);
json_decref (wire_s);
GNUNET_free (url);
*ret = GNUNET_SYSERR;