Skip to content

Commit

Permalink
Mention TLS connection log message
Browse files Browse the repository at this point in the history
References #16
  • Loading branch information
acogoluegnes committed Oct 14, 2021
1 parent bd11a61 commit 845f0e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osiris_replica_reader.erl
Expand Up @@ -61,7 +61,7 @@ maybe_connect(tcp, [H | T], Port, Options) ->
maybe_connect(tcp, T, Port, Options)
end;
maybe_connect(ssl, [H | T], Port, Options) ->
?DEBUG("trying to connect to ~p", [H]),
?DEBUG("trying to establish TLS connection to ~p", [H]),
Opts = Options ++
application:get_env(osiris, replication_client_ssl_options, []) ++
maybe_add_sni_option(H),
Expand Down

0 comments on commit 845f0e0

Please sign in to comment.