projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3db1c4
)
Fix spelling
author
Mark Felder
<feld@FreeBSD.org>
Mon, 13 Apr 2020 22:04:43 +0000
(17:04 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Mon, 13 Apr 2020 22:04:43 +0000
(17:04 -0500)
lib/pleroma/pool/connections.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/pool/connections.ex
b/lib/pleroma/pool/connections.ex
index 4d4ba913c72fe4d9a2f1ca67de2f943716317e54..acafe1beabe7c698810172683dd6ad530ba00047 100644
(file)
--- a/
lib/pleroma/pool/connections.ex
+++ b/
lib/pleroma/pool/connections.ex
@@
-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 DOW
M
message for #{inspect(conn_pid)} reason -> #{inspect(reason)}")
+ Logger.debug("received DOW
N
message for #{inspect(conn_pid)} reason -> #{inspect(reason)}")
state =
with {key, conn} <- find_conn(state.conns, conn_pid) do