Skip to content

Commit 3d3fc36

Browse files
committed
Fix warning
1 parent 65e612c commit 3d3fc36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/elixoids/game/server.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ defmodule Elixoids.Game.Server do
186186
end
187187

188188
def handle_info(msg = {:EXIT, pid, _}, state) do
189-
[:EXIT, msg, state] |> inspect |> warn()
189+
[:EXIT, msg, state] |> inspect |> warning()
190190
{:noreply, remove_pid_from_game_state(pid, state)}
191191
end
192192

0 commit comments

Comments
 (0)