Log when the initial connection has been made.

This commit is contained in:
David Hill 2014-06-25 12:56:47 -04:00
parent 22b6af1400
commit 0ae3676a7d

View file

@ -1069,6 +1069,8 @@ func New(config *ConnConfig, ntfnHandlers *NotificationHandlers) (*Client, error
return nil, err return nil, err
} }
} }
log.Infof("Established connection to RPC server %s",
config.Host)
client := &Client{ client := &Client{
config: config, config: config,