better error message

This commit is contained in:
Christian Grothoff 2019-02-16 23:49:40 +01:00
parent 1a542148a6
commit ffd7a343a6
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -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);