mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2024-12-27 03:55:05 +01:00
Merge branch 'chore/spelling' into 'develop'
Fix spelling in log message See merge request pleroma/pleroma!2378
This commit is contained in:
commit
5fc6ce30ac
@ -243,7 +243,7 @@ defmodule Pleroma.Pool.Connections 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 New Issue
Block a user