Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubwro committed Oct 5, 2023
1 parent e466c1f commit 7f98e06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/connection/connect.jl
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ function connect(
tls_key_file = nothing,
options...
)
@info "Connecting to nats://$host:$port"
if default && !isnothing(state.default_connection)
return connection(:default) # TODO: report error instead
end
Expand Down

0 comments on commit 7f98e06

Please sign in to comment.