mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-12-23 09:44:52 +00:00
Fix spelling
This commit is contained in:
parent
e3db1c471e
commit
f3725b8fc4
|
@ -243,7 +243,7 @@ defmodule Pleroma.Pool.Connections do
|
||||||
|
|
||||||
@impl true
|
@impl true
|
||||||
def handle_info({:DOWN, _ref, :process, conn_pid, reason}, state) do
|
def handle_info({:DOWN, _ref, :process, conn_pid, reason}, state) do
|
||||||
Logger.debug("received DOWM message for #{inspect(conn_pid)} reason -> #{inspect(reason)}")
|
Logger.debug("received DOWN message for #{inspect(conn_pid)} reason -> #{inspect(reason)}")
|
||||||
|
|
||||||
state =
|
state =
|
||||||
with {key, conn} <- find_conn(state.conns, conn_pid) do
|
with {key, conn} <- find_conn(state.conns, conn_pid) do
|
||||||
|
|
Loading…
Reference in a new issue