agent: log a message when making a new scada connection
This commit is contained in:
parent
33cadcf925
commit
00d78963bf
|
@ -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