summaryrefslogtreecommitdiff
path: root/src/testing/testing_api_cmd_abort_order.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/testing_api_cmd_abort_order.c')
-rw-r--r--src/testing/testing_api_cmd_abort_order.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/testing/testing_api_cmd_abort_order.c b/src/testing/testing_api_cmd_abort_order.c
index a0d4484d..4942fab4 100644
--- a/src/testing/testing_api_cmd_abort_order.c
+++ b/src/testing/testing_api_cmd_abort_order.c
@@ -189,10 +189,11 @@ abort_cb (void *cls,
if (as->http_status != hr->http_status)
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
- "Unexpected response code %u (%d) to command %s\n",
+ "Unexpected response code %u (%d) to command `%s' (expected %u)\n",
hr->http_status,
(int) hr->ec,
- TALER_TESTING_interpreter_get_current_label (as->is));
+ TALER_TESTING_interpreter_get_current_label (as->is),
+ as->http_status);
TALER_TESTING_FAIL (as->is);
}
if ( (MHD_HTTP_OK == hr->http_status) &&