better error message
This commit is contained in:
parent
1a542148a6
commit
ffd7a343a6
@ -198,7 +198,8 @@ payback_cb (void *cls,
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
|
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
|
||||||
"Unmanaged HTTP status code.\n");
|
"Unmanaged HTTP status code %u.\n",
|
||||||
|
http_status);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
TALER_TESTING_interpreter_next (is);
|
TALER_TESTING_interpreter_next (is);
|
||||||
|
Loading…
Reference in New Issue
Block a user