mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-06-28 00:42:32 +00:00
Log when the initial connection has been made.
This commit is contained in:
parent
22b6af1400
commit
0ae3676a7d
@ -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…
x
Reference in New Issue
Block a user