Skip to content

Commit

Permalink
dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Oct 13, 2023
1 parent 4d548bd commit ee2f40a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/xandra/cluster/pool.ex
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ defmodule Xandra.Cluster.Pool do
# connection process or the pool supervisor *crash*, we want to crash this so that
# the whole thing is restarted.
def handle_event(:info, {:EXIT, _pid, reason}, _state, %__MODULE__{} = _data) do
dbg()
exit(reason)
end

Expand Down

0 comments on commit ee2f40a

Please sign in to comment.