Spelling
This commit is contained in:
parent
2a219f5e86
commit
7d73e7a09a
@ -90,7 +90,7 @@ defmodule Pleroma.HTTP.Adapter.Gun do
|
|||||||
case Connections.checkin(uri, :gun_connections) do
|
case Connections.checkin(uri, :gun_connections) do
|
||||||
nil ->
|
nil ->
|
||||||
Logger.info(
|
Logger.info(
|
||||||
"Gun connections pool checkin was not succesfull. Trying to open conn for next request."
|
"Gun connections pool checkin was not successful. Trying to open conn for next request."
|
||||||
)
|
)
|
||||||
|
|
||||||
:ok = Connections.open_conn(uri, :gun_connections, opts)
|
:ok = Connections.open_conn(uri, :gun_connections, opts)
|
||||||
|
Loading…
Reference in New Issue
Block a user