Merge branch 'chore/spelling' into 'develop'

Fix spelling in log message

See merge request pleroma/pleroma!2378
This commit is contained in:
lain 2020-04-14 13:07:57 +00:00
commit 5fc6ce30ac
1 changed files with 1 additions and 1 deletions

View File

@ -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