Log when the initial connection has been made.
This commit is contained in:
parent
22b6af1400
commit
0ae3676a7d
1 changed files with 2 additions and 0 deletions
|
@ -1069,6 +1069,8 @@ func New(config *ConnConfig, ntfnHandlers *NotificationHandlers) (*Client, error
|
|||
return nil, err
|
||||
}
|
||||
}
|
||||
log.Infof("Established connection to RPC server %s",
|
||||
config.Host)
|
||||
|
||||
client := &Client{
|
||||
config: config,
|
||||
|
|
Loading…
Reference in a new issue