chore(log): update log content

This commit is contained in:
zhouzb 2021-05-14 18:28:25 +08:00 committed by Rory Z
parent 09f51e51bd
commit 3984f8cd2f
1 changed files with 1 additions and 1 deletions

View File

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