mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 22:06:20 +00:00
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…
x
Reference in New Issue
Block a user