1
0
Fork 0
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:
Steffen Vogel 2015-10-07 16:54:56 +02:00
parent e9b9e85d64
commit 741802336e

View file

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