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]),
|
||||
ok;
|
||||
{error, Reason} ->
|
||||
?LOG(error, "HTTP request path ~p error: ~p", [Path, Reason]),
|
||||
?LOG(error, "HTTP request error: ~p", [Reason]),
|
||||
ok
|
||||
end.
|
||||
|
||||
|
|
Loading…
Reference in New Issue