Skip to content

Commit

Permalink
Eliminate possibly noisy log statemetn
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Dec 19, 2024
1 parent 5d0f970 commit 8aac182
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion deps/oauth2_client/src/oauth2_client.erl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ ensure_http_client_started(Id, ProxyOptions) ->
{error, _} = Error -> Error
end;
{error, {already_started, _}} ->
rabbit_log:debug("Already started http client ~p", [Profile]),
{ok, Profile};
Error ->
rabbit_log:error("Failed to start httpc client: ~p", [Error]),
Expand Down

0 comments on commit 8aac182

Please sign in to comment.