mirror of https://github.com/status-im/consul.git
agent: log a message when making a new scada connection
This commit is contained in:
parent
4b715a7d2c
commit
5ad8bfbd41
|
@ -935,6 +935,7 @@ func (c *Command) setupScadaConn(config *Config) error {
|
|||
}
|
||||
|
||||
// Create the new provider and listener
|
||||
c.Ui.Output("Connecting to Atlas: " + config.AtlasInfrastructure)
|
||||
provider, list, err := NewProvider(config, c.logOutput)
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
Loading…
Reference in New Issue