chore(log): update log content
This commit is contained in:
parent
09f51e51bd
commit
3984f8cd2f
|
@ -338,7 +338,7 @@ send_http_request(ClientID, Params) ->
|
||||||
?LOG(warning, "HTTP request failed with status code: ~p", [StatusCode]),
|
?LOG(warning, "HTTP request failed with status code: ~p", [StatusCode]),
|
||||||
ok;
|
ok;
|
||||||
{error, Reason} ->
|
{error, Reason} ->
|
||||||
?LOG(error, "HTTP request path ~p error: ~p", [Path, Reason]),
|
?LOG(error, "HTTP request error: ~p", [Reason]),
|
||||||
ok
|
ok
|
||||||
end.
|
end.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue