Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jacquelineIO committed Jul 13, 2023
1 parent 5eca71e commit a69ceb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/xandra/connection.ex
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ defmodule Xandra.Connection do
|> Keyword.get(:transport_options, [])
|> Keyword.merge(@forced_transport_options)

IO.puts("CALLING transport.connect #{transport} (address: #{inspect(address)}, port: #{inspect(port)}, transport_options: #{inspect(transport_options)})")
case transport.connect(address, port, transport_options, @default_timeout) do
{:ok, socket} ->
{:ok, peername} = inet_mod(transport).peername(socket)
Expand Down

0 comments on commit a69ceb4

Please sign in to comment.