Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andig committed Dec 1, 2024
1 parent 8910b70 commit b81dc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rscp/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (c *Client) connect() error {
return err
}

Log.Infof("successfully connected to %s", c.conn.RemoteAddr())
Log.Infof("successfully connected to %s", conn.RemoteAddr())
c.conn = conn

return nil
Expand Down

0 comments on commit b81dc5b

Please sign in to comment.