forked from AkkomaGang/akkoma
Merge branch 'chore/spelling' into 'develop'
Fix spelling in log message See merge request pleroma/pleroma!2378
This commit is contained in:
commit
5fc6ce30ac
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ def handle_info({:gun_down, conn_pid, _protocol, _reason, _killed}, state) do
|
|||
|
||||
@impl true
|
||||
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 =
|
||||
with {key, conn} <- find_conn(state.conns, conn_pid) do
|
||||
|
|
Loading…
Reference in a new issue