Skip to content

Commit b7344de

Browse files
Format
1 parent 7f67983 commit b7344de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/split/sockets/pool.ex

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,7 @@ defmodule Split.Sockets.Pool do
147147
{:remove, :closed, pool_state}
148148

149149
other ->
150-
Logger.debug(
151-
"Error checking in socket #{inspect(other)} to the pool. Socket is closed."
152-
)
150+
Logger.debug("Error checking in socket #{inspect(other)} to the pool. Socket is closed.")
153151

154152
{:remove, :closed, pool_state}
155153
end

0 commit comments

Comments
 (0)