https://github.sec.samsung.net/RS7-IOTIVITY/IoTivity/pull/460
(cherry picked from
2d37162b292d4feb28339626604c19a365ce0e1e)
Change-Id: Ic4a8642d74aa146055b00cd9f9f338b2e6813f1d
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
OIC_LOG_V(INFO, TAG, "HTTP status_code : %d", status_code);
if(status_code < 200 || status_code > 299)
{
- OIC_LOG_V(ERROR, TAG, "Error, Wrong status code", status_code);
+ OIC_LOG_V(ERROR, TAG, "Error, Wrong status code: %d", status_code);
close(fd);
svritem->fd = -1;
return CA_SOCKET_OPERATION_FAILED;