exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit ffd7a343a634154b803838e7339a71754e369168
parent 1a542148a6c16a3ff074287239c24259fece2aba
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 16 Feb 2019 23:49:40 +0100

better error message

Diffstat:
Msrc/lib/testing_api_cmd_payback.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/lib/testing_api_cmd_payback.c b/src/lib/testing_api_cmd_payback.c @@ -198,7 +198,8 @@ payback_cb (void *cls, break; default: GNUNET_log (GNUNET_ERROR_TYPE_WARNING, - "Unmanaged HTTP status code.\n"); + "Unmanaged HTTP status code %u.\n", + http_status); break; } TALER_TESTING_interpreter_next (is);