mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
adjusted debug level of NGSI request time
This commit is contained in:
parent
e9b9e85d64
commit
741802336e
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ static int ngsi_request(CURL *handle, json_t *content, json_t **response)
|
|||
curl_easy_getinfo(handle, CURLINFO_TOTAL_TIME, &time);
|
||||
curl_easy_getinfo(handle, CURLINFO_RESPONSE_CODE, &code);
|
||||
|
||||
debug(3, "Request to context broker completed in %.4f seconds", time);
|
||||
debug(20, "Request to context broker completed in %.4f seconds", time);
|
||||
debug(20, "Response from context broker (code=%ld):\n%s", code, chunk.data);
|
||||
|
||||
json_error_t err;
|
||||
|
|
Loading…
Add table
Reference in a new issue