Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicletz committed Aug 14, 2024
1 parent fe2a1a5 commit 579f79d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bridge.ex
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ defmodule Bridge do
end

defp try_reconnect(state = %Bridge{port: port, lastURL: lastURL}) do
Logger.error("try_reconnnect(#{port})")
Logger.error("Bridge try_reconnnect(#{port})")

case :gen_tcp.connect({127, 0, 0, 1}, port, [packet: 4, active: true, mode: :binary], 1_000) do
{:ok, socket} ->
Expand Down

0 comments on commit 579f79d

Please sign in to comment.