report ore precisely what went wrong
This commit is contained in:
parent
c51b19512b
commit
819f2d4428
@ -232,8 +232,9 @@ reveal_cb (void *cls,
|
|||||||
if (rrs->expected_response_code != http_status)
|
if (rrs->expected_response_code != http_status)
|
||||||
{
|
{
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||||
"Unexpected response code %u to command %s in %s:%u\n",
|
"Unexpected response code %u/%d to command %s in %s:%u\n",
|
||||||
http_status,
|
http_status,
|
||||||
|
(int) ec,
|
||||||
rrs->is->commands[rrs->is->ip].label,
|
rrs->is->commands[rrs->is->ip].label,
|
||||||
__FILE__,
|
__FILE__,
|
||||||
__LINE__);
|
__LINE__);
|
||||||
@ -402,8 +403,9 @@ link_cb (void *cls,
|
|||||||
if (rls->expected_response_code != http_status)
|
if (rls->expected_response_code != http_status)
|
||||||
{
|
{
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||||
"Unexpected response code %u to command %s in %s:%u\n",
|
"Unexpected response code %u/%d to command %s in %s:%u\n",
|
||||||
http_status,
|
http_status,
|
||||||
|
(int) ec,
|
||||||
link_cmd->label,
|
link_cmd->label,
|
||||||
__FILE__,
|
__FILE__,
|
||||||
__LINE__);
|
__LINE__);
|
||||||
@ -633,8 +635,9 @@ melt_cb (void *cls,
|
|||||||
if (rms->expected_response_code != http_status)
|
if (rms->expected_response_code != http_status)
|
||||||
{
|
{
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||||
"Unexpected response code %u to command %s in %s:%u\n",
|
"Unexpected response code %u/%d to command %s in %s:%u\n",
|
||||||
http_status,
|
http_status,
|
||||||
|
(int) ec,
|
||||||
rms->is->commands[rms->is->ip].label,
|
rms->is->commands[rms->is->ip].label,
|
||||||
__FILE__,
|
__FILE__,
|
||||||
__LINE__);
|
__LINE__);
|
||||||
|
@ -120,8 +120,9 @@ reserve_withdraw_cb (void *cls,
|
|||||||
if (ws->expected_response_code != http_status)
|
if (ws->expected_response_code != http_status)
|
||||||
{
|
{
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
||||||
"Unexpected response code %u to command %s in %s:%u\n",
|
"Unexpected response code %u/%d to command %s in %s:%u\n",
|
||||||
http_status,
|
http_status,
|
||||||
|
(int) ec,
|
||||||
TALER_TESTING_interpreter_get_current_label (is),
|
TALER_TESTING_interpreter_get_current_label (is),
|
||||||
__FILE__,
|
__FILE__,
|
||||||
__LINE__);
|
__LINE__);
|
||||||
|
Loading…
Reference in New Issue
Block a user