This commit is contained in:
Mikko Ahlroth 2017-11-05 01:05:53 +02:00
parent 70bd2e7b4e
commit e200a0611f

View file

@ -76,7 +76,10 @@ defmodule DuckTag.DB.Manager do
Amnesia.stop()
end
# Add node, copying all tables to it
@doc """
Add node, copying all tables to it.
"""
@spec add_node(atom) :: any
def add_node(newnode) do
Logger.debug("Received connection from remote node #{inspect(newnode)}!")