more verbose message to help diagnose issues

This commit is contained in:
Christian Grothoff 2016-06-09 14:54:50 +02:00
parent c179734ccf
commit e1b2900ebe

View File

@ -161,7 +161,10 @@ TMH_ADMIN_handler_admin_add_incoming (struct TMH_RequestHandler *rh,
if (0 != strcasecmp (amount.currency, if (0 != strcasecmp (amount.currency,
TMH_exchange_currency_string)) TMH_exchange_currency_string))
{ {
GNUNET_break_op (0); GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Exchange uses currency `%s', but /admin/add/incoming tried to use currency `%s'\n",
TMH_exchange_currency_string,
amount.currency);
GNUNET_JSON_parse_free (spec); GNUNET_JSON_parse_free (spec);
return TMH_RESPONSE_reply_arg_invalid (connection, return TMH_RESPONSE_reply_arg_invalid (connection,
"amount:currency"); "amount:currency");