We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f67983 commit b7344deCopy full SHA for b7344de
lib/split/sockets/pool.ex
@@ -147,9 +147,7 @@ defmodule Split.Sockets.Pool do
147
{:remove, :closed, pool_state}
148
149
other ->
150
- Logger.debug(
151
- "Error checking in socket #{inspect(other)} to the pool. Socket is closed."
152
- )
+ Logger.debug("Error checking in socket #{inspect(other)} to the pool. Socket is closed.")
153
154
155
end
0 commit comments