forked from AkkomaGang/akkoma
Spelling
This commit is contained in:
parent
2a219f5e86
commit
7d73e7a09a
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ defp try_to_get_conn(uri, opts) 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 a new issue