Skip to content

Commit

Permalink
Log exposed address
Browse files Browse the repository at this point in the history
  • Loading branch information
pappz committed Oct 23, 2024
1 parent 7bda385 commit 1f74874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relay/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func (c *Client) Connect() error {
c.wgReadLoop.Add(1)
go c.readLoop(c.relayConn)

c.log.Infof("relay connection established")
c.log.Infof("relay connection established with: %s", c.instanceURL)
return nil
}

Expand Down

0 comments on commit 1f74874

Please sign in to comment.