Skip to content

Commit

Permalink
Function visibility fix
Browse files Browse the repository at this point in the history
warn_node_out_of_release_running_without_longnames/1 was public now private
  • Loading branch information
pertsevds committed Jul 10, 2024
1 parent 721f7fe commit 7aee727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dns_srv_cluster/worker.ex
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ defmodule DNSSRVCluster.Worker do
""")
end

def warn_node_out_of_release_running_without_longnames do
defp warn_node_out_of_release_running_without_longnames do
Logger.warning("""
Node not running with longnames which are required for DNS discovery.
See: https://hexdocs.pm/elixir/Node.html#start/3
Expand Down

0 comments on commit 7aee727

Please sign in to comment.